diff options
Diffstat (limited to 'llvm/test/CodeGen/Thumb/push.ll')
| -rw-r--r-- | llvm/test/CodeGen/Thumb/push.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb/push.ll b/llvm/test/CodeGen/Thumb/push.ll index 4f4ffed7bbd..74629effd14 100644 --- a/llvm/test/CodeGen/Thumb/push.ll +++ b/llvm/test/CodeGen/Thumb/push.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-fp-elim | FileCheck %s +; RUN: llc < %s -mtriple=thumb-apple-darwin -frame-pointer=all | FileCheck %s ; rdar://7268481 define void @t() nounwind { |

