[cfe-commits] r89127 - /cfe/trunk/test/CodeGenCXX/constructor-default-arg.cpp
Jakob Stoklund Olesen
stoklund at 2pi.dk
Tue Nov 17 11:18:32 PST 2009
Author: stoklund
Date: Tue Nov 17 13:18:32 2009
New Revision: 89127
URL: http://llvm.org/viewvc/llvm-project?rev=89127&view=rev
Log:
Undo previous test fix. -split-phi-edges now disables automatically when the
local register allocator is used.
Modified:
cfe/trunk/test/CodeGenCXX/constructor-default-arg.cpp
Modified: cfe/trunk/test/CodeGenCXX/constructor-default-arg.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/constructor-default-arg.cpp?rev=89127&r1=89126&r2=89127&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/constructor-default-arg.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/constructor-default-arg.cpp Tue Nov 17 13:18:32 2009
@@ -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
More information about the cfe-commits
mailing list