aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/vec_insert.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/vec_insert.ll')
-rw-r--r--test/CodeGen/PowerPC/vec_insert.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/PowerPC/vec_insert.ll b/test/CodeGen/PowerPC/vec_insert.ll
deleted file mode 100644
index e09c1bae7a3f..000000000000
--- a/test/CodeGen/PowerPC/vec_insert.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llc -verify-machineinstrs < %s -march=ppc32 -mcpu=g5 | grep sth
-
-define <8 x i16> @insert(<8 x i16> %foo, i16 %a) nounwind {
-entry:
- %vecext = insertelement <8 x i16> %foo, i16 %a, i32 7 ; <i8> [#uses=1]
- ret <8 x i16> %vecext
-}
-