forked from OSchip/llvm-project
Remove commented out CHECK-NEXT to try and appease llvm-clang-x86_64-expensive-checks-win buildbot
This commit is contained in:
parent
86f07e826f
commit
e84b7a5fe2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue