Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / CodeGen / PowerPC / lha.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep lha
2
3 uint %test(short* %a) {
4     %tmp.1 = load short* %a
5     %tmp.2 = cast short %tmp.1 to uint
6     ret uint %tmp.2
7 }