Call InsertISelMapEntry rather than map insertion operator to prevent overly
authorEvan Cheng <evan.cheng@apple.com>
Thu, 9 Feb 2006 22:12:27 +0000 (22:12 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 9 Feb 2006 22:12:27 +0000 (22:12 +0000)
commit67212a05e6897b46ad92ca19cb278b92ec409342
tree0a8a7d5bb567f51c9a9f217e341f1e54c41e847f
parentfae9f1cb34d6d2c4dbd007f2d748a70b67776a82
Call InsertISelMapEntry rather than map insertion operator to prevent overly
aggrssive inlining. This reduces Select_store frame size from 24k to 10k.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26095 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/DAGISelEmitter.cpp