mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 15:48:38 +00:00
Add missing forward declarations.
llvm-svn: 143717
This commit is contained in:
parent
ef8abc0e6d
commit
71f4153b87
@ -19,7 +19,10 @@
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class BasicBlock;
|
||||
class Function;
|
||||
class TargetData;
|
||||
class Value;
|
||||
|
||||
// CodeMetrics - Calculate size and a few similar metrics for a set of
|
||||
// basic blocks.
|
||||
|
Loading…
Reference in New Issue
Block a user