Great renaming: Sparc --> SparcV9

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11826 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke
2004-02-25 18:44:15 +00:00
parent adc1efe81c
commit e3d6807ab5
34 changed files with 375 additions and 375 deletions

View File

@@ -1,4 +1,4 @@
//===- SparcJITInfo.h - Sparc implementation of the JIT interface -*-C++-*-===//
//===- SparcV9JITInfo.h - SparcV9 implementation of the JIT interface -*-C++-*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This file contains the Sparc implementation of the TargetJITInfo class.
// This file contains the SparcV9 implementation of the TargetJITInfo class.
//
//===----------------------------------------------------------------------===//
@@ -19,10 +19,10 @@
namespace llvm {
class TargetMachine;
class SparcJITInfo : public TargetJITInfo {
class SparcV9JITInfo : public TargetJITInfo {
TargetMachine &TM;
public:
SparcJITInfo(TargetMachine &tm) : TM(tm) {}
SparcV9JITInfo(TargetMachine &tm) : TM(tm) {}
/// addPassesToJITCompile - Add passes to the specified pass manager to
/// implement a fast dynamic compiler for this target. Return true if this