Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc stores...
[oota-llvm.git] / test / CodeGen / CellSPU / crash.ll
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
8 }