summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-09-27 18:43:43 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-09-27 18:43:43 +0000
commitb53afc6a12fee994cc676e3601383d49495fca14 (patch)
tree8b75ec3fdee74cbbdadff5e8453131cb7e540727
parent4c2c865a51b961a1cf89ab10fac644b60c343202 (diff)
downloadllvm-b53afc6a12fee994cc676e3601383d49495fca14.tar.gz
llvm-b53afc6a12fee994cc676e3601383d49495fca14.tar.bz2
llvm-b53afc6a12fee994cc676e3601383d49495fca14.tar.xz
Explicitly disable CGP critical edge splitting for this test so it won't break
by reenabling it temporarily. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114858 91177308-0d34-0410-b5e6-96231b3b80d8
-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 036598fc06..845be8c20e 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 | FileCheck %s
+; RUN: llc < %s -mtriple=armv7-apple-darwin -cgp-critical-edge-splitting=0 | FileCheck %s
; PHI elimination shouldn't break backedge.
; rdar://8263994