diff options
author | Reid Kleckner <reid@kleckner.net> | 2015-03-03 23:20:30 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2015-03-03 23:20:30 +0000 |
commit | 423665311dcd9f8da5f2b54a7c50aea2c1e9111b (patch) | |
tree | 709c68980b1f1b2c22f99dce1c1903569704c722 /llvm/test/CodeGen/WinEH/cppeh-catch-all.ll | |
parent | dd4b678499a4b83a415660fdbb2f012af87f94ba (diff) | |
download | bcm5719-llvm-423665311dcd9f8da5f2b54a7c50aea2c1e9111b.tar.gz bcm5719-llvm-423665311dcd9f8da5f2b54a7c50aea2c1e9111b.zip |
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
Diffstat (limited to 'llvm/test/CodeGen/WinEH/cppeh-catch-all.ll')
-rw-r--r-- | llvm/test/CodeGen/WinEH/cppeh-catch-all.ll | 2 |
1 files changed, 0 insertions, 2 deletions
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: } |