From 4cb1e13769856716261a4d315f8202bd918502c3 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76344 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Mips/Mips.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/Target/Mips/Mips.h') diff --git a/lib/Target/Mips/Mips.h b/lib/Target/Mips/Mips.h index 1ff34fb..09a8072 100644 --- a/lib/Target/Mips/Mips.h +++ b/lib/Target/Mips/Mips.h @@ -28,6 +28,10 @@ namespace llvm { FunctionPass *createMipsCodePrinterPass(formatted_raw_ostream &OS, TargetMachine &TM, bool Verbose); + + extern Target TheMipsTarget; + extern Target TheMipselTarget; + } // end namespace llvm; // Defines symbolic names for Mips registers. This defines a mapping from -- cgit v1.1