mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-29 16:23:44 +00:00
Test that the eh lowering code can handle constant folded bitcasts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36746 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3b346368de
commit
f0799fe155
12
test/CodeGen/Generic/2007-05-03-EHTypeInfo.ll
Normal file
12
test/CodeGen/Generic/2007-05-03-EHTypeInfo.ll
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: llvm-as < %s | llc -enable-eh
|
||||
|
||||
%struct.exception = type { i8, i8, i32, i8*, i8*, i32, i8* }
|
||||
@program_error = external global %struct.exception ; <%struct.exception*> [#uses=1]
|
||||
|
||||
define void @typeinfo() {
|
||||
entry:
|
||||
%eh_typeid = tail call i32 @llvm.eh.typeid.for( i8* getelementptr (%struct.exception* @program_error, i32 0, i32 0) ) ; <i32> [#uses=0]
|
||||
ret void
|
||||
}
|
||||
|
||||
declare i32 @llvm.eh.typeid.for(i8*)
|
Loading…
x
Reference in New Issue
Block a user