Skip to content

Commit 43c51e8

Browse files
committed
Add -opaque-pointers option to the LIT test
1 parent ae3dda4 commit 43c51e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/InstCombine/mul_fold.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 < %s -opaque-pointers -passes=instcombine -S | FileCheck %s
33

44
declare i8 @use8(i8)
55
declare i16 @use16(i16)

0 commit comments

Comments
 (0)