Skip to content

Commit b1f3a0f

Browse files
committed
Revert a107f86 "[GlobalsAA] Add back a check to intrinsic_addresstaken.ll to see if the AVX and AVX512 bots still fail for it."
It still fails some buildbots which is what I was trying to test.
1 parent 3b93945 commit b1f3a0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/test/Analysis/GlobalsModRef/intrinsic_addresstaken.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ if.else: ; preds = %entry
2929

3030
; CHECK-LABEL: if.end:
3131
; CHECK-NEXT: call void @llvm.objc.autoreleasePoolPop
32-
; CHECK-NEXT: load i8, i8* @deallocCalled
3332
if.end: ; preds = %entry
3433
call void @llvm.objc.autoreleasePoolPop(i8* %tmp0)
3534
%tmp7 = load i8, i8* @deallocCalled, align 1

0 commit comments

Comments
 (0)