diff options
Diffstat (limited to 'test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll')
| -rw-r--r-- | test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll b/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll deleted file mode 100644 index a55c77bd2266..000000000000 --- a/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll +++ /dev/null @@ -1,12 +0,0 @@ -; RUN: llc -march=x86 -mcpu=i686 -mattr=+mmx < %s | FileCheck %s -; <rdar://problem/10106006> - -define void @func() nounwind ssp { -; CHECK: psrlw %mm0, %mm1 -entry: - call void asm sideeffect "psrlw $0, %mm1", "y,~{dirflag},~{fpsr},~{flags}"(i32 8) nounwind - unreachable - -bb367: ; preds = %entry - ret void -} |
