search for: setsubgraphcolorhelp

Displaying 2 results from an estimated 2 matches for "setsubgraphcolorhelp".

Did you mean: setsubgraphcolorhelper
2008 Oct 27
2
[LLVMdev] new warnings in r58273
...onDAG/SelectionDAGPrinter.cpp:372: warning: comparison with string literal results in unspecified behavior llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp:375: warning: comparison with string literal results in unspecified behavior from: if (Color == "red" ) { setSubgraphColorHelper(N, "blue", visited, 0, printed); } else if (Color == "yellow" ) { :-(
2008 Oct 27
0
[LLVMdev] new warnings in r58273
...> warning: comparison with string literal results in unspecified behavior > llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp:375: > warning: comparison with string literal results in unspecified behavior > > from: > > if (Color == "red" ) { > setSubgraphColorHelper(N, "blue", visited, 0, printed); > } > else if (Color == "yellow" ) { Will fix. -Dave