summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/2010-ZeroSizedArg.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-06-17 15:18:27 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-06-17 15:18:27 +0000
commit29dda21e9691839f7a877ed6028b6b33a84c0ca3 (patch)
tree67103a830e068ffa52b416ce89fce95e8646afa4 /llvm/test/CodeGen/Generic/2010-ZeroSizedArg.ll
parent055229185957d371d27e571d66c2a401a805813a (diff)
downloadbcm5719-llvm-29dda21e9691839f7a877ed6028b6b33a84c0ca3.tar.gz
bcm5719-llvm-29dda21e9691839f7a877ed6028b6b33a84c0ca3.zip
Remove arm_apcscc from the test files. It is the default and doing this
matches what llvm-gcc and clang now produce. llvm-svn: 106221
Diffstat (limited to 'llvm/test/CodeGen/Generic/2010-ZeroSizedArg.ll')
-rw-r--r--llvm/test/CodeGen/Generic/2010-ZeroSizedArg.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Generic/2010-ZeroSizedArg.ll b/llvm/test/CodeGen/Generic/2010-ZeroSizedArg.ll
index ba40bd08e8e..d9d83744781 100644
--- a/llvm/test/CodeGen/Generic/2010-ZeroSizedArg.ll
+++ b/llvm/test/CodeGen/Generic/2010-ZeroSizedArg.ll
@@ -6,7 +6,7 @@
@.str = private constant [1 x i8] c" "
-define arm_apcscc void @t(%0) nounwind {
+define void @t(%0) nounwind {
entry:
%arg0 = alloca %union.T0
%1 = bitcast %union.T0* %arg0 to %0*
@@ -14,4 +14,4 @@ entry:
ret void
}
-declare arm_apcscc i32 @printf(i8*, ...)
+declare i32 @printf(i8*, ...)
OpenPOWER on IntegriCloud