diff options
Diffstat (limited to 'test/CodeGen/Mips/ex2.ll')
-rw-r--r-- | test/CodeGen/Mips/ex2.ll | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/test/CodeGen/Mips/ex2.ll b/test/CodeGen/Mips/ex2.ll index 74bdb6c..c5535e7 100644 --- a/test/CodeGen/Mips/ex2.ll +++ b/test/CodeGen/Mips/ex2.ll @@ -4,12 +4,13 @@ @_ZTIPKc = external constant i8* define i32 @main() { -; 16: main: +; 16-LABEL: 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: save $ra, $s0, $s1, $s2, 40 +; 16: .cfi_def_cfa_offset 40 +; 16: .cfi_offset 18, -8 +; 16: .cfi_offset 17, -12 +; 16: .cfi_offset 16, -16 ; 16: .cfi_offset 31, -4 ; 16: .cfi_endproc entry: |