diff options
Diffstat (limited to 'test/CodeGen/X86/inline-asm-h.ll')
| -rw-r--r-- | test/CodeGen/X86/inline-asm-h.ll | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/X86/inline-asm-h.ll b/test/CodeGen/X86/inline-asm-h.ll deleted file mode 100644 index 8c3e45aba903..000000000000 --- a/test/CodeGen/X86/inline-asm-h.ll +++ /dev/null @@ -1,12 +0,0 @@ -; RUN: llc -mtriple=x86_64-pc-linux-gnu < %s | FileCheck %s - -@foobar = common global i32 0, align 4 - -define void @zed() nounwind { -entry: - call void asm "movq %mm2,${0:H}", "=*m,~{dirflag},~{fpsr},~{flags}"(i32* @foobar) nounwind - ret void -} - -; CHECK: zed -; CHECK: movq %mm2, foobar+8(%rip) |
