mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Remove arm_apcscc from the test files. It is the default and doing this
matches what llvm-gcc and clang now produce. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106221 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:32-n32"
|
||||
target triple = "thumbv7-apple-darwin10"
|
||||
|
||||
declare arm_apcscc void @etoe53(i16* nocapture, i16* nocapture) nounwind
|
||||
declare void @etoe53(i16* nocapture, i16* nocapture) nounwind
|
||||
|
||||
define arm_apcscc void @earith(double* nocapture %value, i32 %icode, double* nocapture %r1, double* nocapture %r2) nounwind {
|
||||
define void @earith(double* nocapture %value, i32 %icode, double* nocapture %r1, double* nocapture %r2) nounwind {
|
||||
entry:
|
||||
%v = alloca [6 x i16], align 4 ; <[6 x i16]*> [#uses=1]
|
||||
br i1 undef, label %bb2.i, label %bb5
|
||||
|
||||
bb2.i: ; preds = %entry
|
||||
%0 = bitcast double* %value to i16* ; <i16*> [#uses=1]
|
||||
call arm_apcscc void @etoe53(i16* null, i16* %0) nounwind
|
||||
call void @etoe53(i16* null, i16* %0) nounwind
|
||||
ret void
|
||||
|
||||
bb5: ; preds = %entry
|
||||
@@ -48,6 +48,6 @@ bb35: ; preds = %bb5
|
||||
bb46: ; preds = %bb26, %bb10
|
||||
%1 = bitcast double* %value to i16* ; <i16*> [#uses=1]
|
||||
%v47 = getelementptr inbounds [6 x i16]* %v, i32 0, i32 0 ; <i16*> [#uses=1]
|
||||
call arm_apcscc void @etoe53(i16* %v47, i16* %1) nounwind
|
||||
call void @etoe53(i16* %v47, i16* %1) nounwind
|
||||
ret void
|
||||
}
|
||||
|
Reference in New Issue
Block a user