1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
Tanya Lattner b6a27ed83f Byebye llvm-upgrade!
llvm-svn: 48762
2008-03-25 04:26:08 +00:00

12 lines
333 B
LLVM

; RUN: llvm-as < %s | llc -march=ppc32
define void @img2buf(i32 %symbol_size_in_bytes, i16* %ui16) {
%tmp93 = load i16* null ; <i16> [#uses=1]
%tmp99 = call i16 @llvm.bswap.i16( i16 %tmp93 ) ; <i16> [#uses=1]
store i16 %tmp99, i16* %ui16
ret void
}
declare i16 @llvm.bswap.i16(i16)