diff options
author | Reed Kotler <rkotler@mips.com> | 2013-02-23 03:09:56 +0000 |
---|---|---|
committer | Reed Kotler <rkotler@mips.com> | 2013-02-23 03:09:56 +0000 |
commit | 50354a3f4a5c9e3689d502a935430f2a57a44af2 (patch) | |
tree | f379d66106c6b57591a580e3a6bfc363fdb03d6f /test/CodeGen/Mips/br-jmp.ll | |
parent | 1e8ed2537b3e4b2175cd9e62626f07606c62cfa0 (diff) | |
download | external_llvm-50354a3f4a5c9e3689d502a935430f2a57a44af2.zip external_llvm-50354a3f4a5c9e3689d502a935430f2a57a44af2.tar.gz external_llvm-50354a3f4a5c9e3689d502a935430f2a57a44af2.tar.bz2 |
Expand pseudos/macros for Selt. This is the last of the complex
macros.The rest is some small misc. stuff.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175950 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/br-jmp.ll')
-rw-r--r-- | test/CodeGen/Mips/br-jmp.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/br-jmp.ll b/test/CodeGen/Mips/br-jmp.ll index 9c48e91..9ca8d15 100644 --- a/test/CodeGen/Mips/br-jmp.ll +++ b/test/CodeGen/Mips/br-jmp.ll @@ -14,4 +14,5 @@ bosco: ; preds = %bosco, %entry ; CHECK-PIC: b $BB0_1 ; CHECK-STATIC: j $BB0_1 ; CHECK-PIC16: b $BB0_1 -; CHECK-STATIC16: b $BB0_1
\ No newline at end of file +; CHECK-STATIC16: b $BB0_1 + |