llvm-mirror/include
Evan Cheng 237629e476 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
2010-01-27 00:07:07 +00:00
..
llvm Eliminate target hook IsEligibleForTailCallOptimization. 2010-01-27 00:07:07 +00:00
llvm-c Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00