mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Remove use of implementation keyword.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35412 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -17,7 +17,6 @@ target triple = "i686-apple-darwin8"
|
||||
%struct.head_type = type { [2 x %struct.LIST], %struct.FIRST_UNION, %struct.SECOND_UNION, %struct.THIRD_UNION, %struct.FOURTH_UNION, %struct.rec*, { %struct.rec* }, %struct.rec*, %struct.rec*, %struct.rec*, %struct.rec*, %struct.rec*, %struct.rec*, %struct.rec*, %struct.rec*, i32 }
|
||||
%struct.rec = type { %struct.head_type }
|
||||
|
||||
implementation ; Functions:
|
||||
|
||||
define i32 @test(%struct.closure_type* %tmp18169) {
|
||||
%tmp18174 = getelementptr %struct.closure_type* %tmp18169, i32 0, i32 4, i32 0, i32 0 ; <i32*> [#uses=2]
|
||||
|
@@ -12,7 +12,6 @@
|
||||
%struct.vorbis_dsp_state = type { i32, %struct.vorbis_info*, float**, float**, i32, i32, i32, i32, i32, i32, i32, i32, i32, i64, i64, i64, i64, i64, i64, i8* }
|
||||
%struct.vorbis_info = type { i32, i32, i32, i32, i32, i32, i32, i8* }
|
||||
|
||||
implementation ; Functions:
|
||||
|
||||
define void @ov_read() {
|
||||
entry:
|
||||
|
@@ -4,7 +4,6 @@
|
||||
|
||||
@A = weak global [1000 x i32] zeroinitializer, align 32
|
||||
|
||||
implementation ; Functions:
|
||||
|
||||
define void @test(i32 %N) {
|
||||
entry:
|
||||
|
Reference in New Issue
Block a user