[WebAssembly] Don't perform the returned-argument optimization on constants.
[oota-llvm.git] / test / CodeGen / Generic / ret0.ll
1 ; RUN: llc < %s
2
3 define i32 @main() {  
4   ret i32 0
5 }