Evan Cheng fae9f1cb34 Added SelectionDAG::InsertISelMapEntry(). This is used to workaround the gcc
problem where it inline the map insertion call too aggressively. Before this
change it was producing a frame size of 24k for Select_store(), now it's down
to 10k (by calling this method rather than calling the map insertion operator).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26094 91177308-0d34-0410-b5e6-96231b3b80d8
2006-02-09 22:11:03 +00:00
..
2006-02-07 03:34:35 +00:00
2005-04-21 20:39:54 +00:00
2005-11-16 07:21:15 +00:00
2005-04-21 20:39:54 +00:00
2006-02-06 21:54:05 +00:00
2005-11-06 17:40:18 +00:00
2005-08-01 20:38:31 +00:00
2005-10-24 04:13:21 +00:00
2005-04-22 03:46:24 +00:00
2005-04-21 20:39:54 +00:00
2006-02-08 02:05:45 +00:00