[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / Mips / stacksize.ll
blob42021b2151862f08f87bf33b7b7f9457bcddf6d1
1 ; RUN: llc -march=mipsel -relocation-model=static < %s | FileCheck %s 
3 define i32 @foo(i32 %a) nounwind readnone {
4 entry:
5 ; check that stack size is zero.
6 ; CHECK-NOT: addiu $sp, $sp
7   %add = add nsw i32 %a, 1
8   ret i32 %add