Skip to content

Commit 879b03d

Browse files
committed
remove bogus extra lines in new test
1 parent 1377056 commit 879b03d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mlir/test/Target/LLVMIR/Import/call-argument-attributes.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ declare void @somefunc(i32, ptr)
66
; CHECK-LABEL: llvm.func @test_call_arg_attrs_direct(
77
; CHECK-SAME: %[[VAL_0:.*]]: i32,
88
; CHECK-SAME: %[[VAL_1:.*]]: !llvm.ptr)
9-
llvm.func @test_call_arg_attrs_direct(%arg0: i32, %arg1: !llvm.ptr) {
10-
declare void @somefunc(i32, ptr)
11-
; CHECK-LABEL: @test_call_arg_attrs_direct
129
define void @test_call_arg_attrs_direct(i32 %0, ptr %1) {
1310
; CHECK: llvm.call @somefunc(%[[VAL_0]], %[[VAL_1]]) : (i32, !llvm.ptr {llvm.byval = i64}) -> ()
1411
call void @somefunc(i32 %0, ptr byval(i64) %1)

0 commit comments

Comments
 (0)