forked from OSchip/llvm-project
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:
parent
fffff88a3c
commit
061644a69d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue