Explicitly disable CGP critical edge splitting for this test so it won't break

by reenabling it temporarily.

llvm-svn: 114858
This commit is contained in:
Jakob Stoklund Olesen 2010-09-27 18:43:43 +00:00
parent f2a279b902
commit 4f3443e74d
1 changed files with 1 additions and 1 deletions

View File

@ -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