Fix bogus comparison of "const char *" with c-string literal. Use strcmp instead.
authorTed Kremenek <kremenek@apple.com>
Mon, 27 Oct 2008 22:43:07 +0000 (22:43 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 27 Oct 2008 22:43:07 +0000 (22:43 +0000)
commit8e7fa916fe87733b3660466b3a1c91d650c473d3
treeec3008eda611d84b56fa63a36ad9b23eccb1b882
parent8ad4c00c00233acb8a3395098e2b575cc34de46b
Fix bogus comparison of "const char *" with c-string literal.  Use strcmp instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58290 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp