summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/setltk.ll
diff options
context:
space:
mode:
authorReed Kotler <rkotler@mips.com>2013-02-20 05:45:15 +0000
committerReed Kotler <rkotler@mips.com>2013-02-20 05:45:15 +0000
commit7b503c2b03b60de6ee51ba84f17c187b3d354a2d (patch)
treee3a77bc5108a0057b198671cfc15a83454cef719 /llvm/test/CodeGen/Mips/setltk.ll
parent6a8746b7e6a854f248b041cac527d6127c6cdf8c (diff)
downloadbcm5719-llvm-7b503c2b03b60de6ee51ba84f17c187b3d354a2d.tar.gz
bcm5719-llvm-7b503c2b03b60de6ee51ba84f17c187b3d354a2d.zip
Expand pseudos/macros:
SltCCRxRy16, SltiCCRxImmX16, SltiuCCRxImmX16, SltuCCRxRy16 $T8 shows up as register $24 when emitted from C++ code so we had to change some tests that were already there for this functionality. llvm-svn: 175593
Diffstat (limited to 'llvm/test/CodeGen/Mips/setltk.ll')
-rw-r--r--llvm/test/CodeGen/Mips/setltk.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/setltk.ll b/llvm/test/CodeGen/Mips/setltk.ll
index c0b610e3778..ecebc7e578e 100644
--- a/llvm/test/CodeGen/Mips/setltk.ll
+++ b/llvm/test/CodeGen/Mips/setltk.ll
@@ -15,6 +15,6 @@ entry:
%conv = zext i1 %cmp to i32
store i32 %conv, i32* @r1, align 4
; 16: slti $[[REGISTER:[0-9]+]], 10
-; 16: move $[[REGISTER]], $t8
+; 16: move $[[REGISTER]], $24
ret void
}
OpenPOWER on IntegriCloud