diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/helloworld.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/helloworld.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/helloworld.ll b/llvm/test/CodeGen/Mips/helloworld.ll index 32bc45fba38..d363006a550 100644 --- a/llvm/test/CodeGen/Mips/helloworld.ll +++ b/llvm/test/CodeGen/Mips/helloworld.ll @@ -25,7 +25,7 @@ entry: ; SR32: .set noreorder ; SR32: .set nomacro ; SR32: .set noat -; SR: save $ra, $16, $17, $18, [[FS:[0-9]+]] +; SR: save $ra, $16, $17, [[FS:[0-9]+]] ; PE: .ent main ; PE: .align 2 ; PE-NEXT: li $[[T1:[0-9]+]], %hi(_gp_disp) @@ -37,7 +37,7 @@ entry: ; C2: move $25, ${{[0-9]+}} ; C1: move $gp, ${{[0-9]+}} ; C1: jalrc ${{[0-9]+}} -; SR: restore $ra, $16, $17, $18, [[FS]] +; SR: restore $ra, $16, $17, [[FS]] ; PE: li $2, 0 ; PE: jrc $ra |