Add missing declarations.

llvm-svn: 80190
This commit is contained in:
Daniel Dunbar 2009-08-27 01:15:54 +00:00
parent b414ef6f18
commit ab3912f55b
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
#define LLVM_MC_MCCODEEMITTER_H
namespace llvm {
class MCInst;
class raw_ostream;
/// MCCodeEmitter - Generic instruction encoding interface.
class MCCodeEmitter {