From 67038c1333482fe2669455d67d797274be4ff8ef Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 18 Jul 2009 23:03:22 +0000 Subject: Put Target definitions inside Target specific header, and llvm namespace. llvm-svn: 76344 --- llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp') diff --git a/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp b/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp index c464039aaca..09cb9c3f40f 100644 --- a/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp +++ b/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp @@ -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; -- cgit v1.2.3