summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/InstrSelectorEmitter.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/TableGen/InstrSelectorEmitter.h')
-rw-r--r--llvm/utils/TableGen/InstrSelectorEmitter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/InstrSelectorEmitter.h b/llvm/utils/TableGen/InstrSelectorEmitter.h
index 2f9175c95a3..a0fbbcf4080 100644
--- a/llvm/utils/TableGen/InstrSelectorEmitter.h
+++ b/llvm/utils/TableGen/InstrSelectorEmitter.h
@@ -21,6 +21,8 @@
#include <map>
#include <cassert>
+namespace llvm {
+
class DagInit;
class Init;
class InstrSelectorEmitter;
@@ -391,4 +393,6 @@ private:
bool PrintArg, std::ostream &OS);
};
+} // End llvm namespace
+
#endif
OpenPOWER on IntegriCloud