[llvm-commits] [llvm] r85907 - /llvm/trunk/test/FrontendC++/integration-O2.cpp

Chris Lattner sabre at nondot.org
Tue Nov 3 09:54:13 PST 2009


Author: lattner
Date: Tue Nov  3 11:54:12 2009
New Revision: 85907

URL: http://llvm.org/viewvc/llvm-project?rev=85907&view=rev
Log:
xfail this test since daniel turned off ipsccp

Modified:
    llvm/trunk/test/FrontendC++/integration-O2.cpp

Modified: llvm/trunk/test/FrontendC++/integration-O2.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/integration-O2.cpp?rev=85907&r1=85906&r2=85907&view=diff

==============================================================================
--- llvm/trunk/test/FrontendC++/integration-O2.cpp (original)
+++ llvm/trunk/test/FrontendC++/integration-O2.cpp Tue Nov  3 11:54:12 2009
@@ -1,4 +1,5 @@
 // RUN: %llvmgxx %s -O2 -S -o - | FileCheck %s
+// XFAIL: *
 
 // This test verifies that we get expected codegen out of the -O2 optimization
 // level from the full optimizer.





More information about the llvm-commits mailing list