summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature/instructions.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-07 19:33:49 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-07 19:33:49 +0000
commit968a5290f3dc7d9ec0501e5c4ba1d54a999afb28 (patch)
treebc8f1ee56c8fa1fafc342eacc154aa393b782c79 /llvm/test/Feature/instructions.ll
parent47d012e1c07bff0931a7080f2d22cddc2358241b (diff)
downloadbcm5719-llvm-968a5290f3dc7d9ec0501e5c4ba1d54a999afb28.tar.gz
bcm5719-llvm-968a5290f3dc7d9ec0501e5c4ba1d54a999afb28.zip
Redefinition of functions is no longer permitted.
llvm-svn: 33000
Diffstat (limited to 'llvm/test/Feature/instructions.ll')
-rw-r--r--llvm/test/Feature/instructions.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Feature/instructions.ll b/llvm/test/Feature/instructions.ll
index 281dafb5a20..68674917751 100644
--- a/llvm/test/Feature/instructions.ll
+++ b/llvm/test/Feature/instructions.ll
@@ -12,13 +12,13 @@ uint %test_extractelement(<4 x uint> %V) {
ret <4 x uint> %R
}
-<4 x uint> %test_shufflevector(<4 x uint> %V) {
+<4 x uint> %test_shufflevector_u(<4 x uint> %V) {
%R = shufflevector <4 x uint> %V, <4 x uint> %V,
<4 x uint> < uint 1, uint undef, uint 7, uint 2>
ret <4 x uint> %R
}
-<4 x float> %test_shufflevector(<4 x float> %V) {
+<4 x float> %test_shufflevector_f(<4 x float> %V) {
%R = shufflevector <4 x float> %V, <4 x float> undef,
<4 x uint> < uint 1, uint undef, uint 7, uint 2>
ret <4 x float> %R
OpenPOWER on IntegriCloud