llvm-6502/include
Chandler Carruth 8d6c0f4dee Now that the inline cost analysis is a pass, we can easily have it
depend on and use other analyses (as long as they're either immutable
passes or CGSCC passes of course -- nothing in the pass manager has been
fixed here). Leverage this to thread TargetTransformInfo down through
the inline cost analysis.

No functionality changed here, this just threads things through.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173031 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-21 11:55:09 +00:00
..
llvm Now that the inline cost analysis is a pass, we can easily have it 2013-01-21 11:55:09 +00:00
llvm-c Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00