diff options
Diffstat (limited to 'test/CodeGen/X86/inline-asm-modifier-n.ll')
| -rw-r--r-- | test/CodeGen/X86/inline-asm-modifier-n.ll | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/X86/inline-asm-modifier-n.ll b/test/CodeGen/X86/inline-asm-modifier-n.ll deleted file mode 100644 index 072c7c419536..000000000000 --- a/test/CodeGen/X86/inline-asm-modifier-n.ll +++ /dev/null @@ -1,8 +0,0 @@ -; RUN: llc < %s -march=x86 -no-integrated-as | grep " 37" -; rdar://7008959 - -define void @bork() nounwind { -entry: - tail call void asm sideeffect "BORK ${0:n}", "i,~{dirflag},~{fpsr},~{flags}"(i32 -37) nounwind - ret void -} |
