Skip to content

Commit

Permalink
Remove commented out CHECK-NEXT to try and appease llvm-clang-x86_64-…
Browse files Browse the repository at this point in the history
…expensive-checks-win buildbot
  • Loading branch information
RKSimon committed Nov 13, 2019
1 parent 86f07e8 commit e84b7a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/test/Analysis/GlobalsModRef/intrinsic_addresstaken.ll
Expand Up @@ -29,7 +29,6 @@ if.else: ; preds = %entry

; CHECK-LABEL: if.end:
; CHECK-NEXT: call void @llvm.objc.autoreleasePoolPop
;;; Disable: CHECK-NEXT: load i8, i8* @deallocCalled
if.end: ; preds = %entry
call void @llvm.objc.autoreleasePoolPop(i8* %tmp0)
%tmp7 = load i8, i8* @deallocCalled, align 1
Expand Down

0 comments on commit e84b7a5

Please sign in to comment.