summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WinEH/cppeh-catch-all.ll
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2015-03-03 23:20:30 +0000
committerReid Kleckner <reid@kleckner.net>2015-03-03 23:20:30 +0000
commit423665311dcd9f8da5f2b54a7c50aea2c1e9111b (patch)
tree709c68980b1f1b2c22f99dce1c1903569704c722 /llvm/test/CodeGen/WinEH/cppeh-catch-all.ll
parentdd4b678499a4b83a415660fdbb2f012af87f94ba (diff)
downloadbcm5719-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.ll2
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: }
OpenPOWER on IntegriCloud