Deleted Added
full compact
SparcTargetMachine.h (194612) SparcTargetMachine.h (195340)
1//===-- SparcTargetMachine.h - Define TargetMachine for Sparc ---*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 25 unchanged lines hidden (view full) ---

34
35protected:
36 virtual const TargetAsmInfo *createTargetAsmInfo() const;
37
38 // To avoid having target depend on the asmprinter stuff libraries, asmprinter
39 // set this functions to ctor pointer at startup time if they are linked in.
40 typedef FunctionPass *(*AsmPrinterCtorFn)(raw_ostream &o,
41 TargetMachine &tm,
1//===-- SparcTargetMachine.h - Define TargetMachine for Sparc ---*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 25 unchanged lines hidden (view full) ---

34
35protected:
36 virtual const TargetAsmInfo *createTargetAsmInfo() const;
37
38 // To avoid having target depend on the asmprinter stuff libraries, asmprinter
39 // set this functions to ctor pointer at startup time if they are linked in.
40 typedef FunctionPass *(*AsmPrinterCtorFn)(raw_ostream &o,
41 TargetMachine &tm,
42 CodeGenOpt::Level OptLevel,
43 bool verbose);
44 static AsmPrinterCtorFn AsmPrinterCtor;
45
46public:
47 SparcTargetMachine(const Module &M, const std::string &FS);
48
49 virtual const SparcInstrInfo *getInstrInfo() const { return &InstrInfo; }
50 virtual const TargetFrameInfo *getFrameInfo() const { return &FrameInfo; }

--- 25 unchanged lines hidden ---
42 bool verbose);
43 static AsmPrinterCtorFn AsmPrinterCtor;
44
45public:
46 SparcTargetMachine(const Module &M, const std::string &FS);
47
48 virtual const SparcInstrInfo *getInstrInfo() const { return &InstrInfo; }
49 virtual const TargetFrameInfo *getFrameInfo() const { return &FrameInfo; }

--- 25 unchanged lines hidden ---