Skip to content

Commit d761778

Browse files
committedSep 10, 2018
HotColdSplitting: fix test failing because of last commit
llvm-svn: 341839
1 parent a1f20fc commit d761778

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎llvm/test/Transforms/HotColdSplit/split-cold-1.ll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ declare i32 @__gxx_personality_v0(...)
77

88
; Outlined function is called from a basic block named codeRepl
99
; CHECK: codeRepl:
10-
; CHECK-NEXT: call coldcc void @foo
11-
; Check that no recursive outlining is done.
12-
; CHECK-NOT: codeRepl:
10+
; CHECK-NEXT: call void @foo
1311
; Function Attrs: ssp uwtable
1412
define hidden void @foo() personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
1513
entry:

0 commit comments

Comments
 (0)