diff options
Diffstat (limited to 'test/CodeGen/X86/inline-asm-modifier-q.ll')
| -rw-r--r-- | test/CodeGen/X86/inline-asm-modifier-q.ll | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/X86/inline-asm-modifier-q.ll b/test/CodeGen/X86/inline-asm-modifier-q.ll deleted file mode 100644 index 8063d48a2ca6..000000000000 --- a/test/CodeGen/X86/inline-asm-modifier-q.ll +++ /dev/null @@ -1,12 +0,0 @@ -; RUN: llc < %s -march=x86 -no-integrated-as | FileCheck %s - -; If the target does not have 64-bit integer registers, emit 32-bit register -; names. - -; CHECK: movq (%e{{[abcd]}}x, %ebx, 4) - -define void @q_modifier(i32* %p) { -entry: - tail call void asm sideeffect "movq (${0:q}, %ebx, 4), %mm0", "r,~{dirflag},~{fpsr},~{flags}"(i32* %p) - ret void -} |
