[ARM] Cortex-M4 schedule additions
[llvm-complete.git] / test / CodeGen / MIR / X86 / inline-asm.mir
blob4d976a944c5fe9931643cc6f3d9d588e024dd312
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