commit | 56e3793acf8099eafa36154d2b6c900d46b5965e | [log] [tgz] |
---|---|---|
author | Cameron Zwarich <zwarich@apple.com> | Wed Mar 02 03:31:46 2011 +0000 |
committer | Cameron Zwarich <zwarich@apple.com> | Wed Mar 02 03:31:46 2011 +0000 |
tree | 4fe8af35180b538899c73c9a10e64b82f796ccd5 | |
parent | fd8978b021dbb0b9b09084dcc707c2054ff76280 [diff] [blame] |
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
diff --git a/test/CodeGen/ARM/code-placement.ll b/test/CodeGen/ARM/code-placement.ll index 845be8c..036598f 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