Skip to content

Commit be65e89

Browse files
committed
[RISCV] Deleted check with instruction reference pass
1 parent 6542b21 commit be65e89

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

llvm/test/DebugInfo/RISCV/dw_op_entry_value_32bit.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
;; Test RISC-V 32 bit:
22
; RUN: llc -emit-call-site-info -stop-after=livedebugvalues -mtriple=riscv32-linux-gnu -o - %s | FileCheck %s --check-prefix=CHECK32
3-
; RUN: llc -force-instr-ref-livedebugvalues=1 -emit-call-site-info -stop-after=livedebugvalues -mtriple=riscv32-linux-gnu -o - %s | FileCheck %s --check-prefix=CHECK32
43

54
;; Built from source:
65
;; extern long fn1(long,long,long);

llvm/test/DebugInfo/RISCV/dw_op_entry_value_64bit.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
;; Test RISC-V 64 bit:
22
; RUN: llc -emit-call-site-info -stop-after=livedebugvalues -mtriple=riscv64-linux-gnu -o - %s | FileCheck %s --check-prefix=CHECK64
3-
; RUN: llc -force-instr-ref-livedebugvalues=1 -emit-call-site-info -stop-after=livedebugvalues -mtriple=riscv64-linux-gnu -o - %s | FileCheck %s --check-prefix=CHECK64
43

54
;; Built from source:
65
;; extern long fn1(long,long,long);

0 commit comments

Comments
 (0)