Skip to content

Commit 5e2d8b6

Browse files
committed
Remove redundant funcspec-for-literal-constant=true in lit test
1 parent 8a24db8 commit 5e2d8b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/test/Transforms/FunctionSpecialization/literal-const.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
; RUN: -funcspec-for-literal-constant=false \
33
; RUN: -force-specialization < %s | FileCheck %s -check-prefix CHECK-NOLIT
44
; RUN: opt -S --passes="ipsccp<func-spec>" \
5-
; RUN: -funcspec-for-literal-constant=true \
65
; RUN: -force-specialization < %s | FileCheck %s -check-prefix CHECK-LIT
76

87
define i32 @f0(i32 noundef %x) {

0 commit comments

Comments
 (0)