Add missing declarations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80190 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-08-27 01:15:54 +00:00
parent 4a0abd80f1
commit 8dcf700802

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 {