summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-10-03 20:02:48 +0000
committerChris Lattner <sabre@nondot.org>2010-10-03 20:02:48 +0000
commitece290226a2019f1e2e1b8767fbeee930eee9b49 (patch)
tree630555c16b7c41201767a656532a4e1f1de6e9eb
parent591d76ea5a10062316e18075eccd4c62d60b5a80 (diff)
downloadllvm-ece290226a2019f1e2e1b8767fbeee930eee9b49.tar.gz
llvm-ece290226a2019f1e2e1b8767fbeee930eee9b49.tar.bz2
llvm-ece290226a2019f1e2e1b8767fbeee930eee9b49.tar.xz
unbreak buildbot
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115476 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/mmx-builtins.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/mmx-builtins.ll b/test/CodeGen/X86/mmx-builtins.ll
index 95b2cfe18f..ec63fa1a2c 100644
--- a/test/CodeGen/X86/mmx-builtins.ll
+++ b/test/CodeGen/X86/mmx-builtins.ll
@@ -1028,14 +1028,14 @@ entry:
ret i64 %5
}
-declare x86_mmx @llvm.x86.ssse3.pshuf.w(x86_mmx, i32) nounwind readnone
+declare x86_mmx @llvm.x86.ssse3.pshuf.w(x86_mmx, i8) nounwind readnone
define i64 @test21(<1 x i64> %a) nounwind readnone optsize ssp {
; CHECK: pshufw
entry:
%0 = bitcast <1 x i64> %a to <4 x i16>
%1 = bitcast <4 x i16> %0 to x86_mmx
- %2 = tail call x86_mmx @llvm.x86.ssse3.pshuf.w(x86_mmx %1, i32 3) nounwind readnone
+ %2 = tail call x86_mmx @llvm.x86.ssse3.pshuf.w(x86_mmx %1, i8 3) nounwind readnone
%3 = bitcast x86_mmx %2 to <4 x i16>
%4 = bitcast <4 x i16> %3 to <1 x i64>
%5 = extractelement <1 x i64> %4, i32 0