projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c2c865
)
Explicitly disable CGP critical edge splitting for this test so it won't break
author
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Mon, 27 Sep 2010 18:43:43 +0000
(18:43 +0000)
committer
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Mon, 27 Sep 2010 18:43:43 +0000
(18:43 +0000)
by reenabling it temporarily.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114858
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/ARM/code-placement.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/code-placement.ll
b/test/CodeGen/ARM/code-placement.ll
index 036598fc0606bee242236f42bb0c59ff4a97094e..845be8c20ea591af417c11f3bcdb38b5566a7c48 100644
(file)
--- 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