File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ define void @byref_nest(i32* byref(i32) nest) {
56
56
ret void
57
57
}
58
58
59
- ; CHECK: Wrong types for attribute: inalloca nest noalias nocapture nonnull readnone readonly byref(i32) byval(i32) preallocated(i32) sret(i32) align 1 dereferenceable(1) dereferenceable_or_null(1)
59
+ ; CHECK: Wrong types for attribute: inalloca nest noalias nocapture nonnull readnone readonly byref(i32) byval(i32) preallocated(i32) sret(i32) dereferenceable(1) dereferenceable_or_null(1)
60
60
; CHECK-NEXT: void (i32)* @byref_non_pointer
61
61
define void @byref_non_pointer (i32 byref(i32 )) {
62
62
ret void
Original file line number Diff line number Diff line change 1
1
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
2
2
3
- ; CHECK: Wrong types for attribute: inalloca nest noalias nocapture nonnull readnone readonly byref(i32) byval(i32) preallocated(i32) sret(i32) align 1 dereferenceable(1) dereferenceable_or_null(1)
3
+ ; CHECK: Wrong types for attribute: inalloca nest noalias nocapture nonnull readnone readonly byref(i32) byval(i32) preallocated(i32) sret(i32) dereferenceable(1) dereferenceable_or_null(1)
4
4
; CHECK-NEXT: void (i32)* @h
5
5
declare void @h (i32 byval (i32 ) %num )
You can’t perform that action at this time.
0 commit comments