summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSIL/MSILWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/MSIL/MSILWriter.h')
-rw-r--r--llvm/lib/Target/MSIL/MSILWriter.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/llvm/lib/Target/MSIL/MSILWriter.h b/llvm/lib/Target/MSIL/MSILWriter.h
index 21ff359920a..aa9e07540f9 100644
--- a/llvm/lib/Target/MSIL/MSILWriter.h
+++ b/llvm/lib/Target/MSIL/MSILWriter.h
@@ -27,14 +27,9 @@
#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/Mangler.h"
-#include <ios>
-using namespace llvm;
namespace llvm {
extern Target TheMSILTarget;
-}
-
-namespace MSIL {
class MSILModule : public ModulePass {
Module *ModulePtr;
@@ -60,7 +55,7 @@ namespace MSIL {
};
- class MSILWriter : public FunctionPass {
+ class MSILWriter : public FunctionPass {
struct StaticInitializer {
const Constant* constant;
uint64_t offset;
OpenPOWER on IntegriCloud