From 423665311dcd9f8da5f2b54a7c50aea2c1e9111b Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Tue, 3 Mar 2015 23:20:30 +0000 Subject: WinEH: Remove vestigial EH object Ultimately, we'll need to leave something behind to indicate which alloca will hold the exception, but we can figure that out when it comes time to emit the __CxxFrameHandler3 catch handler table. llvm-svn: 231164 --- llvm/test/CodeGen/WinEH/cppeh-catch-all.ll | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/test/CodeGen/WinEH/cppeh-catch-all.ll') diff --git a/llvm/test/CodeGen/WinEH/cppeh-catch-all.ll b/llvm/test/CodeGen/WinEH/cppeh-catch-all.ll index c8d54aca7e3..0958d745250 100644 --- a/llvm/test/CodeGen/WinEH/cppeh-catch-all.ll +++ b/llvm/test/CodeGen/WinEH/cppeh-catch-all.ll @@ -56,8 +56,6 @@ try.cont: ; preds = %invoke.cont2, %invo ; CHECK: entry: ; CHECK: %eh.alloc = call i8* @llvm.framerecover(i8* bitcast (void ()* @_Z4testv to i8*), i8* %1) ; CHECK: %eh.data = bitcast i8* %eh.alloc to %struct._Z4testv.ehdata* -; CHECK: %eh.obj.ptr = getelementptr inbounds %struct._Z4testv.ehdata, %struct._Z4testv.ehdata* %eh.data, i32 0, i32 1 -; CHECK: %eh.obj = load i8*, i8** %eh.obj.ptr ; CHECK: call void @_Z16handle_exceptionv() ; CHECK: ret i8* blockaddress(@_Z4testv, %try.cont) ; CHECK: } -- cgit v1.2.3