Skip to content

Commit 0c2ffcf

Browse files
committed
Append llvm/test/Transforms/InstCombine/addsub-constant-folding.ll with -opaque-pointers
1 parent a6aec41 commit 0c2ffcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/InstCombine/addsub-constant-folding.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_test_checks.py
2-
; RUN: opt < %s -passes=instcombine -S | FileCheck %s
2+
; RUN: opt --opaque-pointers < %s -passes=instcombine -S | FileCheck %s
33

44
declare void @use(i32 %arg)
55
declare void @vec_use(<4 x i32> %arg)

0 commit comments

Comments
 (0)