diff options
Diffstat (limited to 'test/CodeGen/Thumb')
-rw-r--r-- | test/CodeGen/Thumb/push.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb/push.ll b/test/CodeGen/Thumb/push.ll index 37878d7..fd05ef4 100644 --- a/test/CodeGen/Thumb/push.ll +++ b/test/CodeGen/Thumb/push.ll @@ -2,8 +2,8 @@ ; rdar://7268481 define void @t() nounwind { -; CHECK: t: -; CHECK-NEXT : push {r7} +; CHECK: t: +; CHECK: push {r7} entry: call void asm sideeffect ".long 0xe7ffdefe", ""() nounwind ret void |