diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/2010-11-29-PrologueBug.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/2010-11-29-PrologueBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2010-11-29-PrologueBug.ll b/llvm/test/CodeGen/ARM/2010-11-29-PrologueBug.ll index 79315ab59d4..4b89ea32536 100644 --- a/llvm/test/CodeGen/ARM/2010-11-29-PrologueBug.ll +++ b/llvm/test/CodeGen/ARM/2010-11-29-PrologueBug.ll @@ -2,7 +2,7 @@ ; RUN: llc < %s -mtriple=thumbv7-apple-ios | FileCheck %s ; rdar://8690640 -define i32* @t(i32* %x) nounwind "no-frame-pointer-elim"="true" { +define i32* @t(i32* %x) nounwind "frame-pointer"="all" { entry: ; CHECK-LABEL: t: ; CHECK: push |