Fixed some bugs in register stack pass.
[llvm/zpu.git] / test / CodeGen / CellSPU / crash.ll
blobcc2ab71db3b3520b409d6c14b56bdc22e66925c2
1 ; RUN: llc %s -march=cellspu -o -
2 declare i8 @return_i8()
3 declare i16 @return_i16()
4 define void @testfunc() {
5  %rv1 = call i8 @return_i8()
6  %rv2 = call i16 @return_i16()
7  ret void