aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC++/integration-O2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC++/integration-O2.cpp')
-rw-r--r--test/FrontendC++/integration-O2.cpp1
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.