summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/ex2.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-05-16 20:00:45 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-05-16 20:00:45 +0000
commitaed131d61d652c635961b26ceae047e290930b6a (patch)
tree044fb3b987b27f656849f39389716ace500924f7 /llvm/test/CodeGen/Mips/ex2.ll
parent5f587c59a53f4daf44fc4f0679347bd00773885f (diff)
downloadbcm5719-llvm-aed131d61d652c635961b26ceae047e290930b6a.tar.gz
bcm5719-llvm-aed131d61d652c635961b26ceae047e290930b6a.zip
More addFrameMove test coverage.
llvm-svn: 182046
Diffstat (limited to 'llvm/test/CodeGen/Mips/ex2.ll')
-rw-r--r--llvm/test/CodeGen/Mips/ex2.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Mips/ex2.ll b/llvm/test/CodeGen/Mips/ex2.ll
index 67d19e4b84c..74bdb6c082e 100644
--- a/llvm/test/CodeGen/Mips/ex2.ll
+++ b/llvm/test/CodeGen/Mips/ex2.ll
@@ -7,9 +7,11 @@ define i32 @main() {
; 16: main:
; 16: .cfi_startproc
; 16: save $ra, $s0, $s1, 32
+; 16: .cfi_def_cfa_offset 32
; 16: .cfi_offset 17, -8
; 16: .cfi_offset 16, -12
; 16: .cfi_offset 31, -4
+; 16: .cfi_endproc
entry:
%retval = alloca i32, align 4
store i32 0, i32* %retval
OpenPOWER on IntegriCloud