blob: d4a6673ced28a327e6b09c663e64759fcc552d33 [file] [log] [blame]
Nate Begeman43c3c702005-08-18 03:11:44 +00001; RUN: llvm-as < %s | llc -march=ppc32 | grep lha
2; XFAIL: *
3
4uint %test(short* %a) {
5entry:
6 %tmp.1 = load short* %a
7 %tmp.2 = cast short %tmp.1 to uint
8 ret uint %tmp.2
9}