Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / CodeGen / ARM / 2009-08-15-RegScavengerAssert.ll
index 54196dcb919456f774fa2b470b0cbcaba82d7a3c..299364773f6a44feedc3c88abcd65d811dd10dde 100644 (file)
@@ -1,10 +1,10 @@
-; RUN: llvm-as < %s | llc -march=arm
+; RUN: llc < %s -mtriple=arm-linux-gnueabi
 ; PR4716
 
-define arm_aapcscc void @_start() nounwind naked {
+define void @_start() nounwind naked {
 entry:
-  tail call arm_aapcscc  void @exit(i32 undef) noreturn nounwind
+  tail call  void @exit(i32 undef) noreturn nounwind
   unreachable
 }
 
-declare arm_aapcscc void @exit(i32) noreturn nounwind
+declare void @exit(i32) noreturn nounwind