diff options
| author | Reed Kotler <rkotler@mips.com> | 2013-02-20 05:45:15 +0000 |
|---|---|---|
| committer | Reed Kotler <rkotler@mips.com> | 2013-02-20 05:45:15 +0000 |
| commit | 7b503c2b03b60de6ee51ba84f17c187b3d354a2d (patch) | |
| tree | e3a77bc5108a0057b198671cfc15a83454cef719 /llvm/test/CodeGen/Mips/setltk.ll | |
| parent | 6a8746b7e6a854f248b041cac527d6127c6cdf8c (diff) | |
| download | bcm5719-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.ll | 2 |
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 } |

