aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/code-placement.ll
diff options
context:
space:
mode:
authorCameron Zwarich <zwarich@apple.com>2011-03-02 03:31:46 +0000
committerCameron Zwarich <zwarich@apple.com>2011-03-02 03:31:46 +0000
commit56e3793acf8099eafa36154d2b6c900d46b5965e (patch)
tree4fe8af35180b538899c73c9a10e64b82f796ccd5 /test/CodeGen/ARM/code-placement.ll
parentfd8978b021dbb0b9b09084dcc707c2054ff76280 (diff)
Eliminate the unused CodeGenPrepare option to split critical edges.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/code-placement.ll')
-rw-r--r--test/CodeGen/ARM/code-placement.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/code-placement.ll b/test/CodeGen/ARM/code-placement.ll
index 845be8c20e..036598fc06 100644
--- a/test/CodeGen/ARM/code-placement.ll
+++ b/test/CodeGen/ARM/code-placement.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=armv7-apple-darwin -cgp-critical-edge-splitting=0 | FileCheck %s
+; RUN: llc < %s -mtriple=armv7-apple-darwin | FileCheck %s
; PHI elimination shouldn't break backedge.
; rdar://8263994