blob: cc35e8ab9e9ff058edf28173ee6426545fb6876d [file] [log] [blame]
Reid Spencer69ccadd2006-12-02 04:23:10 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep lha
Nate Begeman43c3c702005-08-18 03:11:44 +00002
3uint %test(short* %a) {
Nate Begeman43c3c702005-08-18 03:11:44 +00004 %tmp.1 = load short* %a
5 %tmp.2 = cast short %tmp.1 to uint
6 ret uint %tmp.2
7}