mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-14 15:28:20 +00:00
this doesn't need EH
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60066 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
@A = internal global [16 x [16 x i32]] zeroinitializer, align 32 ; <[16 x [16 x i32]]*> [#uses=2]
|
@A = internal global [16 x [16 x i32]] zeroinitializer, align 32 ; <[16 x [16 x i32]]*> [#uses=2]
|
||||||
|
|
||||||
define void @test(i32 %row, i32 %N.in) {
|
define void @test(i32 %row, i32 %N.in) nounwind {
|
||||||
entry:
|
entry:
|
||||||
%N = bitcast i32 %N.in to i32 ; <i32> [#uses=1]
|
%N = bitcast i32 %N.in to i32 ; <i32> [#uses=1]
|
||||||
%tmp5 = icmp sgt i32 %N.in, 0 ; <i1> [#uses=1]
|
%tmp5 = icmp sgt i32 %N.in, 0 ; <i1> [#uses=1]
|
||||||
|
Reference in New Issue
Block a user