• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: llc -o - %s -mtriple=x86_64-- -run-pass none | FileCheck %s
2---
3# Avoid crash/assert when using an emptystring in an INLINEASM.
4# CHECK-LABEL: name: emptystring
5# CHECK: bb.0:
6# CHECK:   INLINEASM &"", 1
7# CHECK:   RET 0
8name: emptystring
9body: |
10  bb.0:
11    INLINEASM &"", 1
12    RET 0
13