aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSIL/TargetInfo/MSILTargetInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/MSIL/TargetInfo/MSILTargetInfo.cpp')
-rw-r--r--lib/Target/MSIL/TargetInfo/MSILTargetInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/MSIL/TargetInfo/MSILTargetInfo.cpp b/lib/Target/MSIL/TargetInfo/MSILTargetInfo.cpp
index 47e650b..79e9c20 100644
--- a/lib/Target/MSIL/TargetInfo/MSILTargetInfo.cpp
+++ b/lib/Target/MSIL/TargetInfo/MSILTargetInfo.cpp
@@ -11,7 +11,7 @@
#include "llvm/Target/TargetRegistry.h"
using namespace llvm;
-Target TheMSILTarget;
+Target llvm::TheMSILTarget;
static unsigned MSIL_JITMatchQuality() {
return 0;