Skip to content

Commit 9aa9049

Browse files
committed
Explicitly disable funcspec-for-literal-constant in lit test
1 parent 801a8c3 commit 9aa9049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/FunctionSpecialization/noinline.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt -S --passes="ipsccp<func-spec>" < %s | FileCheck %s
1+
; RUN: opt -S --passes="ipsccp<func-spec>" -funcspec-for-literal-constant=false < %s | FileCheck %s
22
define dso_local i32 @p0(i32 noundef %x) {
33
entry:
44
%add = add nsw i32 %x, 1

0 commit comments

Comments
 (0)