Skip to content

Commit

Permalink
Revert a107f86 "[GlobalsAA] Add back a check to intrinsic_addresstake…
Browse files Browse the repository at this point in the history
…n.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.
  • Loading branch information
topperc committed Jan 24, 2020
1 parent 3b93945 commit b1f3a0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/test/Analysis/GlobalsModRef/intrinsic_addresstaken.ll
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ if.else: ; preds = %entry

; CHECK-LABEL: if.end:
; CHECK-NEXT: call void @llvm.objc.autoreleasePoolPop
; 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 b1f3a0f

Please sign in to comment.