Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
[NFC] Updated objsize-64.ll test
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371604 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
davidbolvansky committed Sep 11, 2019
1 parent 168d557 commit e665c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Transforms/InstCombine/objsize-64.ll
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ define i64 @f1(i8 **%esc) {
define i64 @f2(i8** %esc) nounwind uwtable ssp personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
; CHECK-LABEL: @f2(
; CHECK-NEXT: entry:
; CHECK-NEXT: [[CALL:%.*]] = invoke noalias dereferenceable_or_null(13) i8* @_Znwm(i64 13)
; CHECK-NEXT: [[CALL:%.*]] = invoke noalias dereferenceable(13) i8* @_Znwm(i64 13)
; CHECK-NEXT: to label [[INVOKE_CONT:%.*]] unwind label [[LPAD:%.*]]
; CHECK: invoke.cont:
; CHECK-NEXT: store i8* [[CALL]], i8** [[ESC:%.*]], align 8
Expand Down

0 comments on commit e665c88

Please sign in to comment.