Put Target definitions inside Target specific header, and llvm namespace.
[oota-llvm.git] / lib / Target / SystemZ / TargetInfo / SystemZTargetInfo.cpp
index c464039aaca7efc2b0af28331265dc9279fed431..09cb9c3f40fd85844203bbba82aa13b55d0453b5 100644 (file)
@@ -7,11 +7,12 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "SystemZ.h"
 #include "llvm/Module.h"
 #include "llvm/Target/TargetRegistry.h"
 using namespace llvm;
 
-Target TheSystemZTarget;
+Target llvm::TheSystemZTarget;
 
 static unsigned SystemZ_JITMatchQuality() {
   return 0;