projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8d40c7
)
xfail this test since daniel turned off ipsccp
author
Chris Lattner
<sabre@nondot.org>
Tue, 3 Nov 2009 17:54:12 +0000
(17:54 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 3 Nov 2009 17:54:12 +0000
(17:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85907
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC++/integration-O2.cpp
patch
|
blob
|
history
diff --git
a/test/FrontendC++/integration-O2.cpp
b/test/FrontendC++/integration-O2.cpp
index bb65ac210332a8a8cb3431ef04529e3c5ad5d8ff..5f3f01a27f91753a7f15e6fc3c7ee64436762f70 100644
(file)
--- 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.