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
..
2005-11-30 05:26:03 +00:00
2005-04-21 20:39:54 +00:00
2005-07-12 15:51:55 +00:00
2006-01-16 01:05:24 +00:00
2005-11-12 08:42:30 +00:00
2005-04-21 20:19:05 +00:00
2005-04-21 20:19:05 +00:00
2005-05-06 19:59:08 +00:00
2006-01-16 21:12:35 +00:00
2006-01-10 03:14:40 +00:00
2005-04-21 20:19:05 +00:00
2005-04-21 20:19:05 +00:00
2005-04-21 20:19:05 +00:00
2006-01-10 09:51:48 +00:00