Skip to content

Commit 5830289

Browse files
committed
Make the lit test minimal.
1 parent c166b1f commit 5830289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Transforms/remove-dead-values.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ module @return_void_with_unused_argument {
576576
// CHECK-LABEL: func.func @main2
577577
// CHECK: %[[UNUSED:.*]] = arith.constant 0 : i32
578578
// CHECK: call @public_fn_with_unused_argument(%[[UNUSED]]) : (i32) -> ()
579-
func.func @main2(%arg0: i32) -> () {
579+
func.func @main2() -> () {
580580
%zero = arith.constant 0 : i32
581581
call @public_fn_with_unused_argument(%zero) : (i32) -> ()
582582
return

0 commit comments

Comments
 (0)