summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2009-08-04-RegScavengerAssert-2.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-06-15 19:04:29 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-06-15 19:04:29 +0000
commit2ebb4f81f7979838bc5eb00ef997d30b00442a02 (patch)
treeb55765e5b302ebcb8cfc0a94e21886ec7053cc33 /test/CodeGen/ARM/2009-08-04-RegScavengerAssert-2.ll
parent59d52a3dfe90fa119645ee5a4f4c8301ba331f91 (diff)
downloadllvm-2ebb4f81f7979838bc5eb00ef997d30b00442a02.tar.gz
llvm-2ebb4f81f7979838bc5eb00ef997d30b00442a02.tar.bz2
llvm-2ebb4f81f7979838bc5eb00ef997d30b00442a02.tar.xz
Remove the arm_aapcscc marker from the tests. It is the default
for the linux targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106029 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/2009-08-04-RegScavengerAssert-2.ll')
-rw-r--r--test/CodeGen/ARM/2009-08-04-RegScavengerAssert-2.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/ARM/2009-08-04-RegScavengerAssert-2.ll b/test/CodeGen/ARM/2009-08-04-RegScavengerAssert-2.ll
index 65ffed2b80..5dffb80349 100644
--- a/test/CodeGen/ARM/2009-08-04-RegScavengerAssert-2.ll
+++ b/test/CodeGen/ARM/2009-08-04-RegScavengerAssert-2.ll
@@ -4,7 +4,7 @@
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:64"
target triple = "armv6-elf"
-define arm_aapcscc i32 @file_read_actor(i32* nocapture %desc, i32* %page, i32 %offset, i32 %size) nounwind optsize {
+define i32 @file_read_actor(i32* nocapture %desc, i32* %page, i32 %offset, i32 %size) nounwind optsize {
entry:
br i1 undef, label %fault_in_pages_writeable.exit, label %bb5.i
@@ -26,8 +26,8 @@ bb2: ; preds = %fault_in_pages_writeable.exit
unreachable
bb3: ; preds = %fault_in_pages_writeable.exit
- %1 = tail call arm_aapcscc i32 @__copy_to_user(i8* undef, i8* undef, i32 undef) nounwind ; <i32> [#uses=0]
+ %1 = tail call i32 @__copy_to_user(i8* undef, i8* undef, i32 undef) nounwind ; <i32> [#uses=0]
unreachable
}
-declare arm_aapcscc i32 @__copy_to_user(i8*, i8*, i32)
+declare i32 @__copy_to_user(i8*, i8*, i32)