checking test case for r164811. was an omission to not check this in. this was alrea...
[oota-llvm.git] / test / CodeGen / Thumb / push.ll
index fd05ef4dd760e2e8abddedae9715843a2f8eafb9..94ef8e900434e6282587b977773ae9cf5f32af22 100644 (file)
@@ -5,6 +5,6 @@ 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
 }