Do not CSE DEBUG_LOC, DBG_LABEL, DBG_STOPPOINT, DECLARE, and EH_LABEL SDNode's. This...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 8 Jul 2008 20:06:39 +0000 (20:06 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 8 Jul 2008 20:06:39 +0000 (20:06 +0000)
commit71e8685633e7938ee752004cceedccbd0d850527
treef959df8f022930987c57694dbbc7d10c57e2cacd
parent7ba11c552b8a25ad1272b44d96e886a784dae0b7
Do not CSE DEBUG_LOC, DBG_LABEL, DBG_STOPPOINT, DECLARE, and EH_LABEL SDNode's. This improves compile time slightly at -O0 -g.

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