[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / CodeGen / PowerPC / 2006-07-19-stwbrx-crash.ll
blob2b0d639b168fd2ba71f7079e63fb37075d36e734
1 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32--
3 define void @img2buf(i32 %symbol_size_in_bytes, i16* %ui16) nounwind {
4         %tmp93 = load i16, 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)