Skip to content
Commit a1ef3ec5 authored by Evan Cheng's avatar Evan Cheng
Browse files

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).

llvm-svn: 26094
parent 89762198
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment