projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
336d75c
)
[RISC-V] Fix a test case to not include label names as those aren't
author
Chandler Carruth
<chandlerc@gmail.com>
Thu, 21 Jun 2018 05:42:05 +0000
(
05:42
+0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Thu, 21 Jun 2018 05:42:05 +0000
(
05:42
+0000)
stable in non-asserts builds. This fixes a test failure in release
config.
llvm-svn: 335202
llvm/test/CodeGen/RISCV/indirectbr.ll
patch
|
blob
|
history
diff --git
a/llvm/test/CodeGen/RISCV/indirectbr.ll
b/llvm/test/CodeGen/RISCV/indirectbr.ll
index
7ba63df
..
1d916b8
100644
(file)
--- a/
llvm/test/CodeGen/RISCV/indirectbr.ll
+++ b/
llvm/test/CodeGen/RISCV/indirectbr.ll
@@
-8,7
+8,7
@@
define i32 @indirectbr(i8* %target) nounwind {
; RV32I-NEXT: addi sp, sp, -16
; RV32I-NEXT: sw ra, 12(sp)
; RV32I-NEXT: jr a0
-; RV32I-NEXT: .LBB0_1:
# %ret
+; RV32I-NEXT: .LBB0_1:
; RV32I-NEXT: mv a0, zero
; RV32I-NEXT: lw ra, 12(sp)
; RV32I-NEXT: addi sp, sp, 16
@@
-26,7
+26,7
@@
define i32 @indirectbr_with_offset(i8* %a) nounwind {
; RV32I-NEXT: addi sp, sp, -16
; RV32I-NEXT: sw ra, 12(sp)
; RV32I-NEXT: jalr zero, a0, 1380
-; RV32I-NEXT: .LBB1_1:
# %ret
+; RV32I-NEXT: .LBB1_1:
; RV32I-NEXT: mv a0, zero
; RV32I-NEXT: lw ra, 12(sp)
; RV32I-NEXT: addi sp, sp, 16