Skip to content

Commit 60b9a09

Browse files
committed
Proper fix for float-intrinsics.ll
1 parent fe843e5 commit 60b9a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/RISCV/GlobalISel/float-intrinsics.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
; RUN: | FileCheck -check-prefix=RV64IF %s
1111
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -global-isel -mattr=+d \
1212
; RUN: -target-abi=lp64d \
13-
; RUN: | FileCheck -check-prefix=RV64IF,RV64IFD %s
13+
; RUN: | FileCheck -check-prefix=RV64IFD %s
1414
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -global-isel \
1515
; RUN: | FileCheck -check-prefix=RV32I %s
1616
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -global-isel \

0 commit comments

Comments
 (0)