summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/inline-asm-clobber.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/inline-asm-clobber.ll')
-rw-r--r--llvm/test/CodeGen/X86/inline-asm-clobber.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/CodeGen/X86/inline-asm-clobber.ll b/llvm/test/CodeGen/X86/inline-asm-clobber.ll
deleted file mode 100644
index 1d354e743e5..00000000000
--- a/llvm/test/CodeGen/X86/inline-asm-clobber.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llc <%s -mtriple=x86_64-unknown-unknown -- 2>&1 | FileCheck %s
-
-; CHECK: warning: inline asm clobber list contains reserved registers: RSP, EBP
-
-define void @foo() nounwind {
- call void asm sideeffect "mov $$0x12, %eax", "~{eax},~{rsp},~{esi},~{ebp}"()
- ret void
-}
OpenPOWER on IntegriCloud