X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FThumb%2Fpush.ll;h=62229c6dadedb7ffee3b9b75a0d8b02d8a76a379;hb=d77802e710d0e182dbc0452ecf14600b13c1dec9;hp=63773c4f6c9f8c85996cf164d8ed0351f5ab7f27;hpb=892597943adc02583af32a86b4289f1fb02d2e4f;p=oota-llvm.git diff --git a/test/CodeGen/Thumb/push.ll b/test/CodeGen/Thumb/push.ll index 63773c4f6c9..62229c6dade 100644 --- a/test/CodeGen/Thumb/push.ll +++ b/test/CodeGen/Thumb/push.ll @@ -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 }