Combine several vector-related DAGCombiner tests.
[oota-llvm.git] / test / FrontendC++ / integration-O2.cpp
index 5f3f01a27f91753a7f15e6fc3c7ee64436762f70..bb65ac210332a8a8cb3431ef04529e3c5ad5d8ff 100644 (file)
@@ -1,5 +1,4 @@
 // 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.