aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/extractelement-from-arg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/extractelement-from-arg.ll')
-rw-r--r--test/CodeGen/X86/extractelement-from-arg.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/X86/extractelement-from-arg.ll b/test/CodeGen/X86/extractelement-from-arg.ll
deleted file mode 100644
index 4ea37f0c46d3..000000000000
--- a/test/CodeGen/X86/extractelement-from-arg.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llc < %s -march=x86-64 -mattr=+sse2
-
-define void @test(float* %R, <4 x float> %X) nounwind {
- %tmp = extractelement <4 x float> %X, i32 3
- store float %tmp, float* %R
- ret void
-}