[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / Mips / stacksize.ll
blobf3a1e7b1e03eede90a44a864bc458ab3bc11fb5f
1 ; RUN: llc -mtriple=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