Add missing forward declarations.

llvm-svn: 143717
This commit is contained in:
Eli Friedman 2011-11-04 18:29:09 +00:00
parent 2bcf264ec7
commit c599df75f2
1 changed files with 3 additions and 0 deletions

View File

@ -19,7 +19,10 @@
namespace llvm { namespace llvm {
class BasicBlock;
class Function;
class TargetData; class TargetData;
class Value;
// CodeMetrics - Calculate size and a few similar metrics for a set of // CodeMetrics - Calculate size and a few similar metrics for a set of
// basic blocks. // basic blocks.