From 50354a3f4a5c9e3689d502a935430f2a57a44af2 Mon Sep 17 00:00:00 2001 From: Reed Kotler Date: Sat, 23 Feb 2013 03:09:56 +0000 Subject: 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 --- test/CodeGen/Mips/br-jmp.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/CodeGen/Mips/br-jmp.ll') 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 + -- cgit v1.1