[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Thumb / push.ll
blob74629effd147a5ea72480136f7972b03564da51f
1 ; RUN: llc < %s -mtriple=thumb-apple-darwin -frame-pointer=all | FileCheck %s
2 ; rdar://7268481
4 define void @t() nounwind {
5 ; CHECK-LABEL: t:
6 ; CHECK: push {r7, lr}
7 entry:
8   call void asm sideeffect alignstack ".long 0xe7ffdefe", ""() nounwind
9   ret void