From 19c207985155fa3e7898abf69c1e8fdac847d0cb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 3 Nov 2009 17:54:12 +0000 Subject: [PATCH] xfail this test since daniel turned off ipsccp git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85907 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC++/integration-O2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/FrontendC++/integration-O2.cpp b/test/FrontendC++/integration-O2.cpp index bb65ac21033..5f3f01a27f9 100644 --- a/test/FrontendC++/integration-O2.cpp +++ b/test/FrontendC++/integration-O2.cpp @@ -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. -- 2.34.1