diff options
Diffstat (limited to 'test/CodeGen/X86/inline-asm-bad-constraint-n.ll')
| -rw-r--r-- | test/CodeGen/X86/inline-asm-bad-constraint-n.ll | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/X86/inline-asm-bad-constraint-n.ll b/test/CodeGen/X86/inline-asm-bad-constraint-n.ll deleted file mode 100644 index 91b1ffed4e0f..000000000000 --- a/test/CodeGen/X86/inline-asm-bad-constraint-n.ll +++ /dev/null @@ -1,10 +0,0 @@ -; RUN: not llc -march=x86 -no-integrated-as < %s 2>&1 | FileCheck %s - -@x = global i32 0, align 4 - -;CHECK: error: invalid operand for inline asm constraint 'n' -define void @foo() { - %a = getelementptr i32, i32* @x, i32 1 - call void asm sideeffect "foo $0", "n"(i32* %a) nounwind - ret void -} |
