Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / test / CodeGen / Thumb / push.ll
index 63773c4f6c9f8c85996cf164d8ed0351f5ab7f27..94ef8e900434e6282587b977773ae9cf5f32af22 100644 (file)
@@ -1,10 +1,10 @@
 ; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-fp-elim | FileCheck %s
 ; rdar://7268481
 
-define arm_apcscc void @t() nounwind {
-; CHECK:       t:
-; CHECK-NEXT : push {r7}
+define void @t() nounwind {
+; CHECK: t:
+; CHECK: push {r7}
 entry:
-  call void asm sideeffect ".long 0xe7ffdefe", ""() nounwind
+  call void asm sideeffect alignstack ".long 0xe7ffdefe", ""() nounwind
   ret void
 }