aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetRegInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Target/TargetRegInfo.h')
-rw-r--r--include/llvm/Target/TargetRegInfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Target/TargetRegInfo.h b/include/llvm/Target/TargetRegInfo.h
index 36bfc0b..f9f67c7 100644
--- a/include/llvm/Target/TargetRegInfo.h
+++ b/include/llvm/Target/TargetRegInfo.h
@@ -19,6 +19,8 @@
#include <string>
#include <cassert>
+namespace llvm {
+
class TargetMachine;
class IGNode;
class Type;
@@ -289,4 +291,6 @@ public:
virtual int getSpilledRegSize(int RegType) const = 0;
};
+} // End llvm namespace
+
#endif