Skip to content

Commit 64e1ee2

Browse files
committed
Fix missing <%s in RUN line
1 parent 23f2074 commit 64e1ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/RISCV/rvv/pr141907.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2-
; RUN: llc -mtriple=riscv64 -mcpu=sifive-p670 | FileCheck %s
2+
; RUN: llc < %s -mtriple=riscv64 -mcpu=sifive-p670 | FileCheck %s
33

44
define void @pr141907(ptr %0) nounwind {
55
; CHECK-LABEL: pr141907:

0 commit comments

Comments
 (0)