aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/vector-constantexpr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/vector-constantexpr.ll')
-rw-r--r--test/CodeGen/Generic/vector-constantexpr.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/Generic/vector-constantexpr.ll b/test/CodeGen/Generic/vector-constantexpr.ll
deleted file mode 100644
index d8e0258221c8..000000000000
--- a/test/CodeGen/Generic/vector-constantexpr.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llc < %s
-
-define void @""(float* %inregs, float* %outregs) {
- %a_addr.i = alloca <4 x float> ; <<4 x float>*> [#uses=1]
- store <4 x float> < float undef, float undef, float undef, float undef >, <4 x float>* %a_addr.i
- ret void
-}