summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/insn-sched1.ll
diff options
context:
space:
mode:
authorLauro Ramos Venancio <lauro.venancio@gmail.com>2007-01-31 13:12:46 +0000
committerLauro Ramos Venancio <lauro.venancio@gmail.com>2007-01-31 13:12:46 +0000
commitb5b84f92bf5b5d075cb7fa8f67fa94d062aebfe7 (patch)
tree9f3c0b24ef9dd4a438fb019466fd7c00d09ee4c3 /test/CodeGen/ARM/insn-sched1.ll
parent193f8508809c5eab36181f442146cb40e0182138 (diff)
ARM fix: Miscompilation when frame pointer can't be eliminated. Uninitialized frame pointer register is used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33703 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/insn-sched1.ll')
-rw-r--r--test/CodeGen/ARM/insn-sched1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/insn-sched1.ll b/test/CodeGen/ARM/insn-sched1.ll
index 5c9a28a1d71..a9309011c4d 100644
--- a/test/CodeGen/ARM/insn-sched1.ll
+++ b/test/CodeGen/ARM/insn-sched1.ll
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -mattr=+v6 &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-apple-darwin -mattr=+v6 | grep mov | wc -l | grep 2
+; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-apple-darwin -mattr=+v6 --disable-fp-elim | grep mov | wc -l | grep 2
int %test(int %x) {
%tmp = cast int %x to short