summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/longbranch.ll
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2012-11-02 21:26:03 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2012-11-02 21:26:03 +0000
commit949f8d890d6127d91daecf5cfefdb85eef1b5673 (patch)
treef854442f4fd8cf480c2524ded65634f0146d8586 /llvm/test/CodeGen/Mips/longbranch.ll
parent2346fcf60cfa72918fbff089f1a91fa1c0284b1e (diff)
downloadbcm5719-llvm-949f8d890d6127d91daecf5cfefdb85eef1b5673.tar.gz
bcm5719-llvm-949f8d890d6127d91daecf5cfefdb85eef1b5673.zip
[mips] Use register number instead of name to print register $AT.
llvm-svn: 167315
Diffstat (limited to 'llvm/test/CodeGen/Mips/longbranch.ll')
-rw-r--r--llvm/test/CodeGen/Mips/longbranch.ll16
1 files changed, 8 insertions, 8 deletions
diff --git a/llvm/test/CodeGen/Mips/longbranch.ll b/llvm/test/CodeGen/Mips/longbranch.ll
index 873b9f14105..1a4f79c191e 100644
--- a/llvm/test/CodeGen/Mips/longbranch.ll
+++ b/llvm/test/CodeGen/Mips/longbranch.ll
@@ -6,15 +6,15 @@
define void @foo1(i32 %s) nounwind {
entry:
; O32: bal
-; O32: lui $at, 0
-; O32: addiu $at, $at, {{[0-9]+}}
-; N64: lui $at, 0
-; N64: daddiu $at, $at, 0
-; N64: dsll $at, $at, 16
-; N64: daddiu $at, $at, 0
+; O32: lui $1, 0
+; O32: addiu $1, $1, {{[0-9]+}}
+; N64: lui $1, 0
+; N64: daddiu $1, $1, 0
+; N64: dsll $1, $1, 16
+; N64: daddiu $1, $1, 0
; N64: bal
-; N64: dsll $at, $at, 16
-; N64: daddiu $at, $at, {{[0-9]+}}
+; N64: dsll $1, $1, 16
+; N64: daddiu $1, $1, {{[0-9]+}}
%tobool = icmp eq i32 %s, 0
br i1 %tobool, label %if.end, label %if.then
OpenPOWER on IntegriCloud