[AVX512] Adding PMOVZXBD/W/Q , PMOVZXDQ and PMOVZXWD/Q Intrinsics
[oota-llvm.git] / test / CodeGen / Thumb / push.ll
index 63773c4f6c9f8c85996cf164d8ed0351f5ab7f27..62229c6dadedb7ffee3b9b75a0d8b02d8a76a379 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-LABEL: t:
+; CHECK: push {r7}
 entry:
-  call void asm sideeffect ".long 0xe7ffdefe", ""() nounwind
+  call void asm sideeffect alignstack ".long 0xe7ffdefe", ""() nounwind
   ret void
 }