diff options
Diffstat (limited to 'test/Transforms/CodeExtractor/PartialInlineLiveAcross.ll')
| -rw-r--r-- | test/Transforms/CodeExtractor/PartialInlineLiveAcross.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/CodeExtractor/PartialInlineLiveAcross.ll b/test/Transforms/CodeExtractor/PartialInlineLiveAcross.ll index e8a4d1281a23..1e1a1b062d44 100644 --- a/test/Transforms/CodeExtractor/PartialInlineLiveAcross.ll +++ b/test/Transforms/CodeExtractor/PartialInlineLiveAcross.ll @@ -36,7 +36,7 @@ declare void @foo(...) local_unnamed_addr #1 define i32 @dummy_caller(i32 %arg) local_unnamed_addr #0 { ; CHECK-LABEL: @dummy_caller ; CHECK: codeRepl.i: -; CHECK: call void @test.1_bb2() +; CHECK: call void @test.1.bb2() ; CHECK-NOT: load ; CHECK br @@ -45,7 +45,7 @@ bb: ret i32 %tmp } -; CHECK-LABEL: define internal void @test.1_bb2() +; CHECK-LABEL: define internal void @test.1.bb2() ; CHECK: .exitStub: ; CHECK-NOT: store i32 %tmp7, i32* %tmp7.out ; CHECK: ret |
