1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

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 d1779cf19c
commit 51362ba70e

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