diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/br-jmp.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/br-jmp.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/br-jmp.ll b/llvm/test/CodeGen/Mips/br-jmp.ll index 1323dedb462..cd50875588f 100644 --- a/llvm/test/CodeGen/Mips/br-jmp.ll +++ b/llvm/test/CodeGen/Mips/br-jmp.ll @@ -5,7 +5,7 @@ ; RUN: llc -asm-show-inst -march=mips -mattr=+micromips -relocation-model=static < %s | FileCheck %s -check-prefix=STATICMM ; RUN: llc -asm-show-inst -march=mips -mattr=+micromips -relocation-model=pic < %s | FileCheck %s -check-prefix=PICMM ; RUN: llc -asm-show-inst -march=mips -mcpu=mips32r6 -mattr=+micromips -relocation-model=static < %s | FileCheck %s -check-prefix=STATICMMR6 -; RUN: llc -asm-show-inst -march=mips -mcpu=mips32r6 -mattr=+micromips -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC +; RUN: llc -asm-show-inst -march=mips -mcpu=mips32r6 -mattr=+micromips -relocation-model=pic < %s | FileCheck %s -check-prefix=PICMMR6 @@ -22,5 +22,6 @@ bosco: ; preds = %bosco, %entry ; STATIC: j $BB0_1 # <MCInst #{{.*}} J ; STATICMM: j $BB0_1 # <MCInst #{{.*}} J_MM ; STATICMMR6: bc $BB0_1 # <MCInst #{{.*}} BC_MMR6 +; PICMMR6: bc $BB0_1 # <MCInst #{{.*}} BC_MMR6 ; PIC16: b $BB0_1 ; STATIC16: b $BB0_1 |