We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f20fc commit d761778Copy full SHA for d761778
llvm/test/Transforms/HotColdSplit/split-cold-1.ll
@@ -7,9 +7,7 @@ declare i32 @__gxx_personality_v0(...)
7
8
; Outlined function is called from a basic block named codeRepl
9
; CHECK: codeRepl:
10
-; CHECK-NEXT: call coldcc void @foo
11
-; Check that no recursive outlining is done.
12
-; CHECK-NOT: codeRepl:
+; CHECK-NEXT: call void @foo
13
; Function Attrs: ssp uwtable
14
define hidden void @foo() personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
15
entry:
0 commit comments