[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / PowerPC / 2006-07-19-stwbrx-crash.ll
blobea1ce2ae874a03e9ea812fd9b9a725c039e203fb
1 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32--
3 define void @img2buf(i32 %symbol_size_in_bytes, ptr %ui16) nounwind {
4         %tmp93 = load i16, ptr null         ; <i16> [#uses=1]
5         %tmp99 = call i16 @llvm.bswap.i16( i16 %tmp93 )         ; <i16> [#uses=1]
6         store i16 %tmp99, ptr %ui16
7         ret void
10 declare i16 @llvm.bswap.i16(i16)