summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-27 01:15:54 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-27 01:15:54 +0000
commitab3912f55b7b83f9b5d109a71a7ed0d185a685cb (patch)
tree39a6c91fcb6a8bd9f01f13271e1336bca5bff388 /llvm
parentb414ef6f1857e3d77b51f5b71ebeac8922918dcf (diff)
downloadbcm5719-llvm-ab3912f55b7b83f9b5d109a71a7ed0d185a685cb.tar.gz
bcm5719-llvm-ab3912f55b7b83f9b5d109a71a7ed0d185a685cb.zip
Add missing declarations.
llvm-svn: 80190
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/MC/MCCodeEmitter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/MC/MCCodeEmitter.h b/llvm/include/llvm/MC/MCCodeEmitter.h
index fdacb942827..6cca95b826a 100644
--- a/llvm/include/llvm/MC/MCCodeEmitter.h
+++ b/llvm/include/llvm/MC/MCCodeEmitter.h
@@ -11,6 +11,8 @@
#define LLVM_MC_MCCODEEMITTER_H
namespace llvm {
+class MCInst;
+class raw_ostream;
/// MCCodeEmitter - Generic instruction encoding interface.
class MCCodeEmitter {
OpenPOWER on IntegriCloud