Deleted Added
full compact
Sparc.h (193323) Sparc.h (195340)
1//===-- Sparc.h - Top-level interface for Sparc representation --*- 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//===----------------------------------------------------------------------===//

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

20
21namespace llvm {
22 class FunctionPass;
23 class SparcTargetMachine;
24 class raw_ostream;
25
26 FunctionPass *createSparcISelDag(SparcTargetMachine &TM);
27 FunctionPass *createSparcCodePrinterPass(raw_ostream &OS, TargetMachine &TM,
1//===-- Sparc.h - Top-level interface for Sparc representation --*- 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//===----------------------------------------------------------------------===//

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

20
21namespace llvm {
22 class FunctionPass;
23 class SparcTargetMachine;
24 class raw_ostream;
25
26 FunctionPass *createSparcISelDag(SparcTargetMachine &TM);
27 FunctionPass *createSparcCodePrinterPass(raw_ostream &OS, TargetMachine &TM,
28 CodeGenOpt::Level OptLevel,
29 bool Verbose);
30 FunctionPass *createSparcDelaySlotFillerPass(TargetMachine &TM);
31 FunctionPass *createSparcFPMoverPass(TargetMachine &TM);
32} // end namespace llvm;
33
34// Defines symbolic names for Sparc registers. This defines a mapping from
35// register name to register number.
36//

--- 83 unchanged lines hidden ---
28 bool Verbose);
29 FunctionPass *createSparcDelaySlotFillerPass(TargetMachine &TM);
30 FunctionPass *createSparcFPMoverPass(TargetMachine &TM);
31} // end namespace llvm;
32
33// Defines symbolic names for Sparc registers. This defines a mapping from
34// register name to register number.
35//

--- 83 unchanged lines hidden ---