diff options
author | Chris Lattner <sabre@nondot.org> | 2009-11-03 17:54:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-11-03 17:54:12 +0000 |
commit | 19c207985155fa3e7898abf69c1e8fdac847d0cb (patch) | |
tree | 26d5b0055915a8d14bb2c9049d2e6258dc9e3513 | |
parent | c8d40c7aad8de92d770d44cc4dfdc9a1a19c1b58 (diff) | |
download | external_llvm-19c207985155fa3e7898abf69c1e8fdac847d0cb.zip external_llvm-19c207985155fa3e7898abf69c1e8fdac847d0cb.tar.gz external_llvm-19c207985155fa3e7898abf69c1e8fdac847d0cb.tar.bz2 |
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
-rw-r--r-- | test/FrontendC++/integration-O2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FrontendC++/integration-O2.cpp b/test/FrontendC++/integration-O2.cpp index bb65ac2..5f3f01a 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. |