Merge branch 'master' into msp430
[llvm/msp430.git] / test / CodeGen / PowerPC / 2006-07-19-stwbrx-crash.ll
blobc25cf215bc34178b9528cceef21cfd5472933f87
1 ; RUN: llvm-as < %s | llc -march=ppc32
3 define void @img2buf(i32 %symbol_size_in_bytes, i16* %ui16) {
4         %tmp93 = load i16* null         ; <i16> [#uses=1]
5         %tmp99 = call i16 @llvm.bswap.i16( i16 %tmp93 )         ; <i16> [#uses=1]
6         store i16 %tmp99, i16* %ui16
7         ret void
10 declare i16 @llvm.bswap.i16(i16)