diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-27 18:43:43 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-27 18:43:43 +0000 |
commit | b53afc6a12fee994cc676e3601383d49495fca14 (patch) | |
tree | 8b75ec3fdee74cbbdadff5e8453131cb7e540727 /test/CodeGen/ARM/code-placement.ll | |
parent | 4c2c865a51b961a1cf89ab10fac644b60c343202 (diff) |
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
Diffstat (limited to 'test/CodeGen/ARM/code-placement.ll')
-rw-r--r-- | test/CodeGen/ARM/code-placement.ll | 2 |
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 |