@@ -670,15 +670,15 @@ all of the new IR instructions:
670
670
entry:
671
671
%obj = alloca %struct.Cleanup, align 4
672
672
%e = alloca i32, align 4
673
- %call = invoke %struct.Cleanup* @"\01 ??0Cleanup@@QEAA@XZ"(%struct.Cleanup* nonnull %obj)
673
+ %call = invoke %struct.Cleanup* @"??0Cleanup@@QEAA@XZ"(%struct.Cleanup* nonnull %obj)
674
674
to label %invoke.cont unwind label %lpad.catch
675
675
676
676
invoke.cont: ; preds = %entry
677
- invoke void @"\01 ?may_throw@@YAXXZ"()
677
+ invoke void @"?may_throw@@YAXXZ"()
678
678
to label %invoke.cont.2 unwind label %lpad.cleanup
679
679
680
680
invoke.cont.2: ; preds = %invoke.cont
681
- call void @"\01 ??_DCleanup@@QEAA@XZ"(%struct.Cleanup* nonnull %obj) nounwind
681
+ call void @"??_DCleanup@@QEAA@XZ"(%struct.Cleanup* nonnull %obj) nounwind
682
682
br label %return
683
683
684
684
return: ; preds = %invoke.cont.3, %invoke.cont.2
@@ -687,15 +687,15 @@ all of the new IR instructions:
687
687
688
688
lpad.cleanup: ; preds = %invoke.cont.2
689
689
%0 = cleanuppad within none []
690
- call void @"\01 ??1Cleanup@@QEAA@XZ"(%struct.Cleanup* nonnull %obj) nounwind
690
+ call void @"??1Cleanup@@QEAA@XZ"(%struct.Cleanup* nonnull %obj) nounwind
691
691
cleanupret %0 unwind label %lpad.catch
692
692
693
693
lpad.catch: ; preds = %lpad.cleanup, %entry
694
694
%1 = catchswitch within none [label %catch.body] unwind label %lpad.terminate
695
695
696
696
catch.body: ; preds = %lpad.catch
697
- %catch = catchpad within %1 [%rtti.TypeDescriptor2* @"\01 ??_R0H@8", i32 0, i32* %e]
698
- invoke void @"\01 ?may_throw@@YAXXZ"()
697
+ %catch = catchpad within %1 [%rtti.TypeDescriptor2* @"??_R0H@8", i32 0, i32* %e]
698
+ invoke void @"?may_throw@@YAXXZ"()
699
699
to label %invoke.cont.3 unwind label %lpad.terminate
700
700
701
701
invoke.cont.3: ; preds = %catch.body
@@ -704,7 +704,7 @@ all of the new IR instructions:
704
704
705
705
lpad.terminate: ; preds = %catch.body, %lpad.catch
706
706
cleanuppad within none []
707
- call void @"\01 ?terminate@@YAXXZ"
707
+ call void @"?terminate@@YAXXZ"
708
708
unreachable
709
709
}
710
710
0 commit comments