Skip to content
Commit 225fa59c authored by Dan Gohman's avatar Dan Gohman
Browse files

When optimizing for size, don't tail-merge unless it's likely to be a

code-size win, and not when it's only likely to be code-size neutral,
such as when only a single instruction would be eliminated and a new
branch would be required.

This fixes rdar://7392894.

llvm-svn: 88692
parent d190b821
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