Compute a full cost value even when a setjmp call is found.
[oota-llvm.git] / lib / Analysis / InlineCost.cpp
2009-10-13 Dan GohmanCompute a full cost value even when a setjmp call is...
2009-10-13 Dan GohmanSplit code not specific to Function inlining out into...
2009-10-13 Dan GohmanMove the InlineCost code from Transforms/Utils to Analysis.