Undo previous test fix. -split-phi-edges now disables automatically when the

local register allocator is used.

llvm-svn: 89127
This commit is contained in:
Jakob Stoklund Olesen 2009-11-17 19:18:32 +00:00
parent fffff88a3c
commit 061644a69d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -triple x86_64-apple-darwin -std=c++0x -split-phi-edges=0 -S %s -o %t-64.s
// RUN: clang-cc -triple x86_64-apple-darwin -std=c++0x -S %s -o %t-64.s
// RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s
// RUN: clang-cc -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s
// RUN: FileCheck -check-prefix LP32 --input-file=%t-32.s %s