R600/SI: Expand urem of v2i32/v4i32 for SI
[oota-llvm.git] / test / CodeGen / Generic / ret42.ll
1 ; RUN: llc < %s
2
3 define i32 @main() {  
4   ret i32 42
5 }