diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/win-cleanuppad.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/win-cleanuppad.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/win-cleanuppad.ll b/llvm/test/CodeGen/X86/win-cleanuppad.ll index 37090c2f6bc..4b0a543a876 100644 --- a/llvm/test/CodeGen/X86/win-cleanuppad.ll +++ b/llvm/test/CodeGen/X86/win-cleanuppad.ll @@ -15,7 +15,7 @@ invoke.cont: ; preds = %entry ehcleanup: ; preds = %entry %0 = cleanuppad within none [] - call x86_thiscallcc void @"\01??1Dtor@@QAE@XZ"(%struct.Dtor* %o) #2 + call x86_thiscallcc void @"\01??1Dtor@@QAE@XZ"(%struct.Dtor* %o) #2 [ "funclet"(token %0) ] cleanupret from %0 unwind to caller } @@ -78,12 +78,12 @@ invoke.cont.2: ; preds = %invoke.cont.1 cleanup.inner: ; preds = %invoke.cont %0 = cleanuppad within none [] - call x86_thiscallcc void @"\01??1Dtor@@QAE@XZ"(%struct.Dtor* %o2) #2 + call x86_thiscallcc void @"\01??1Dtor@@QAE@XZ"(%struct.Dtor* %o2) #2 [ "funclet"(token %0) ] cleanupret from %0 unwind label %cleanup.outer cleanup.outer: ; preds = %invoke.cont.1, %cleanup.inner, %entry %1 = cleanuppad within none [] - call x86_thiscallcc void @"\01??1Dtor@@QAE@XZ"(%struct.Dtor* %o1) #2 + call x86_thiscallcc void @"\01??1Dtor@@QAE@XZ"(%struct.Dtor* %o1) #2 [ "funclet"(token %1) ] cleanupret from %1 unwind to caller } |