mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-16 19:19:10 +00:00
test doesn't need eh info
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52811 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a534b0f7bf
commit
bd2acd736d
@ -8,7 +8,7 @@
|
||||
@bytes = constant [4 x i8] c"\AA\BB\CC\DD" ; <[4 x i8]*> [#uses=1]
|
||||
@bytes2 = global [4 x i8] c"\AA\BB\CC\DD" ; <[4 x i8]*> [#uses=1]
|
||||
|
||||
define i32 @test1() {
|
||||
define i32 @test1() nounwind {
|
||||
%y = alloca i32 ; <i32*> [#uses=2]
|
||||
%c = bitcast i32* %y to i8* ; <i8*> [#uses=1]
|
||||
%z = getelementptr [4 x i8]* @bytes, i32 0, i32 0 ; <i8*> [#uses=1]
|
||||
@ -19,7 +19,7 @@ define i32 @test1() {
|
||||
ret i32 0
|
||||
}
|
||||
|
||||
define void @test2() {
|
||||
define void @test2() nounwind {
|
||||
%y = alloca i32 ; <i32*> [#uses=2]
|
||||
%c = bitcast i32* %y to i8* ; <i8*> [#uses=1]
|
||||
%z = getelementptr [4 x i8]* @bytes2, i32 0, i32 0 ; <i8*> [#uses=1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user