Home | History | Annotate | Download | only in X86
      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
      8 name: emptystring
      9 body: |
     10   bb.0:
     11     INLINEASM &"", 1
     12     RET 0
     13