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 | 9840df0c40b599525e7bd737041e9e738a43ca18 (patch) | |
tree | 00cb1f60b6f8192816690cad65022b441598874a /llvm/test/FrontendC++ | |
parent | 6ec614e15e398d3c0642ffb5ca2b3365dc883c7f (diff) | |
download | bcm5719-llvm-9840df0c40b599525e7bd737041e9e738a43ca18.tar.gz bcm5719-llvm-9840df0c40b599525e7bd737041e9e738a43ca18.zip |
xfail this test since daniel turned off ipsccp
llvm-svn: 85907
Diffstat (limited to 'llvm/test/FrontendC++')
-rw-r--r-- | llvm/test/FrontendC++/integration-O2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/FrontendC++/integration-O2.cpp b/llvm/test/FrontendC++/integration-O2.cpp index bb65ac21033..5f3f01a27f9 100644 --- a/llvm/test/FrontendC++/integration-O2.cpp +++ b/llvm/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. |