Avoid an extra hash lookup when inserting a value into the widen map.
authorAnders Carlsson <andersca@mac.com>
Sun, 21 Oct 2012 16:26:35 +0000 (16:26 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 21 Oct 2012 16:26:35 +0000 (16:26 +0000)
commit5bb5a75b1e47443ba9b07a53e6e967d29108bab3
tree4df6614226efe4854bbe457ebdf2419a8d494025
parentffe5008fd3013451fd3cfe8dd878c9a1d4abad21
Avoid an extra hash lookup when inserting a value into the widen map.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166395 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp