Don't use operator[] here, because it's not desirable to insert a default
authorDan Gohman <gohman@apple.com>
Thu, 1 Jul 2010 01:33:21 +0000 (01:33 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 1 Jul 2010 01:33:21 +0000 (01:33 +0000)
commitc25ad637662ec24880a7eadad69b1be311ea61ae
tree8543fc0398a7dc5ee3df360a3ccc49aa2cbaac0a
parent6596a6207627ed59f568883924a21e642934c083
Don't use operator[] here, because it's not desirable to insert a default
value if the search fails.

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