aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/TargetInfo/AlphaTargetInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/Alpha/TargetInfo/AlphaTargetInfo.cpp')
-rw-r--r--lib/Target/Alpha/TargetInfo/AlphaTargetInfo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/Alpha/TargetInfo/AlphaTargetInfo.cpp b/lib/Target/Alpha/TargetInfo/AlphaTargetInfo.cpp
index df560b8..60f53e3 100644
--- a/lib/Target/Alpha/TargetInfo/AlphaTargetInfo.cpp
+++ b/lib/Target/Alpha/TargetInfo/AlphaTargetInfo.cpp
@@ -7,11 +7,12 @@
//
//===----------------------------------------------------------------------===//
+#include "Alpha.h"
#include "llvm/Module.h"
#include "llvm/Target/TargetRegistry.h"
using namespace llvm;
-Target TheAlphaTarget;
+llvm::Target llvm::TheAlphaTarget;
static unsigned Alpha_JITMatchQuality() {
#ifdef __alpha