summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-02 01:08:02 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-02 01:08:02 +0000
commit2b35c154876597834ae86970067647938e00a976 (patch)
tree4b881f385cb7697f8f9857205cb8c70450ba4807 /test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
parentdc1966e6bac9d323e18db2e18d955885e0edd702 (diff)
Let llvm-upgrade upgrade bswap intrinsic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35568 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll')
-rw-r--r--test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll b/test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
index 1da6dbf1117..d71ba5a3822 100644
--- a/test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
+++ b/test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
@@ -2,9 +2,9 @@
void %img2buf(int %symbol_size_in_bytes, ushort* %ui16) {
%tmp93 = load ushort* null ; <ushort> [#uses=1]
- %tmp99 = call ushort %llvm.bswap.i16.i16( ushort %tmp93 ) ; <ushort> [#uses=1]
+ %tmp99 = call ushort %llvm.bswap.i16( ushort %tmp93 ) ; <ushort> [#uses=1]
store ushort %tmp99, ushort* %ui16
ret void
}
-declare ushort %llvm.bswap.i16.i16(ushort)
+declare ushort %llvm.bswap.i16(ushort)