Skip to content

Commit 034fc31

Browse files
committed
remove trailing space
1 parent 707ad47 commit 034fc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Verifier/callbr.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ cont:
153153
}
154154

155155
; CHECK-NEXT: Callbr currently only supports asm-goto and selected intrinsics
156-
declare i32 @llvm.amdgcn.workitem.id.x()
156+
declare i32 @llvm.amdgcn.workitem.id.x()
157157
define void @test_callbr_intrinsic_unsupported() {
158158
callbr i32 @llvm.amdgcn.workitem.id.x() to label %cont []
159159
cont:

0 commit comments

Comments
 (0)