forked from OSchip/llvm-project
This code is apparently quite confused. In the meantime,
get it building when NDEBUG is set. llvm-svn: 60532
This commit is contained in:
parent
6949f6135b
commit
5cee4626b8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue