mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user