Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/Mips/fp-spill-reload.ll @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | afa8332a0e37 |
children |
comparison
equal
deleted
inserted
replaced
101:34baf5011add | 120:1172e4bd9c6f |
---|---|
1 ; RUN: llc -march=mipsel < %s | FileCheck %s | 1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s |
2 ; check that $fp is not reserved. | 2 ; check that $fp is not reserved. |
3 | 3 |
4 define void @foo0(i32* nocapture %b) nounwind { | 4 define void @foo0(i32* nocapture %b) nounwind { |
5 entry: | 5 entry: |
6 ; CHECK: sw $fp | 6 ; CHECK: sw $fp |