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:
a8103da
)
This code is apparently quite confused. In the meantime,
author
Chris Lattner
<sabre@nondot.org>
Thu, 4 Dec 2008 06:14:27 +0000
(06:14 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 4 Dec 2008 06:14:27 +0000
(06:14 +0000)
get it building when NDEBUG is set.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60532
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/CellSPU/SPUISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/CellSPU/SPUISelLowering.cpp
b/lib/Target/CellSPU/SPUISelLowering.cpp
index f8056484b7c22d1303e106b6ef0d3d0d5f1a1259..a08ee876f873f21f825988d231e857b6645e1f2d 100644
(file)
--- a/
lib/Target/CellSPU/SPUISelLowering.cpp
+++ b/
lib/Target/CellSPU/SPUISelLowering.cpp
@@
-3065,12
+3065,13
@@
SPUTargetLowering::PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const
// (SPUextract_elt0 <arg>)
// Types must match, however...
#if defined(NDEBUG)
- if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) {
+
//
if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) {
cerr << "\nReplace: ";
N->dump(&DAG);
cerr << "\nWith: ";
Op0.getNode()->dump(&DAG);
cerr << "\n";
+
#endif
return Op0;