| commit | 67a69dd2ed4400c34aef8e4fcfb783dfa602e9db | [log] [tgz] |
|---|---|---|
| author | Evan Cheng <evan.cheng@apple.com> | Wed Jan 27 00:07:07 2010 +0000 |
| committer | Evan Cheng <evan.cheng@apple.com> | Wed Jan 27 00:07:07 2010 +0000 |
| tree | fb5de0965758383bd7fc0d55e02f3025e1c7168b | |
| parent | d10089a5b4e1562a0fefbb3a707005edf8c47683 [diff] |
Eliminate target hook IsEligibleForTailCallOptimization. Target independent isel should always pass along the "tail call" property. Change target hook LowerCall's parameter "isTailCall" into a refernce. If the target decides it's impossible to honor the tail call request, it should set isTailCall to false to make target independent isel happy. llvm-svn: 94626