Skip to content

Commit e36ff90

Browse files
committed
Remove undef from testcase
1 parent 8ccafc9 commit e36ff90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Target/LLVMIR/Import/alias.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ entry:
2525
; CHECK: llvm.return %0 : !llvm.ptr
2626
; CHECK: }
2727

28-
@some_name = constant { [3 x ptr] } { [3 x ptr] [ptr null, ptr undef, ptr null] }
28+
@some_name = constant { [3 x ptr] } { [3 x ptr] [ptr null, ptr null, ptr null] }
2929
@_ZTV1D = alias { [3 x ptr] }, ptr @some_name
3030

3131
; CHECK: llvm.mlir.alias external @_ZTV1D {addr_space = 0 : i32} : !llvm.struct<(array<3 x ptr>)> {

0 commit comments

Comments
 (0)