summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2009-08-21-PostRAKill2.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-09-25 21:38:11 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-09-25 21:38:11 +0000
commit483011018efec3972fb2b003d6e8b6a095e4d9e5 (patch)
tree671223816e087f1bb7e773934269baa00e712285 /test/CodeGen/ARM/2009-08-21-PostRAKill2.ll
parentb7a8d400be7ce9e275c6e09a2a90fbacd0566476 (diff)
Flip -disable-post-RA-scheduler to -post-RA-scheduler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82803 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/2009-08-21-PostRAKill2.ll')
-rw-r--r--test/CodeGen/ARM/2009-08-21-PostRAKill2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2009-08-21-PostRAKill2.ll b/test/CodeGen/ARM/2009-08-21-PostRAKill2.ll
index eed89878c1e..1d77bf709d9 100644
--- a/test/CodeGen/ARM/2009-08-21-PostRAKill2.ll
+++ b/test/CodeGen/ARM/2009-08-21-PostRAKill2.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -asm-verbose=false -O3 -relocation-model=pic -disable-fp-elim -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -disable-post-RA-scheduler=0 -avoid-hazards
+; RUN: llc < %s -asm-verbose=false -O3 -relocation-model=pic -disable-fp-elim -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -post-RA-scheduler=0 -avoid-hazards
; ModuleID = '<stdin>'
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:64"