1 ; RUN: llvm-as %s -o - | llc
3 ; This caused the backend to assert out with:
4 ; SparcInstrInfo.cpp:103: failed assertion `0 && "Unexpected unsigned type"'
10 %cast225 = inttoptr i64 123456 to i8* ; <i8*> [#uses=1]
11 call void @bar( i8* %cast225 )