Commits

Manman Ren committed e7f29b154cb
[SILInliner] stop inlining callees if it is called many times. To handle recursion and prevent massive code size expansion, we prevent inlining the same callee many times into the caller. rdar://16761933 Swift SVN r17635