mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
Clarify the comments here, to make slightly more clear the
difference in purpose of TargetInstrInfo and TargetInstrDesc, which isn't immediately obvious from the name. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53683 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This file describes the target machine instructions to the code generator.
|
// This file describes the target machine instruction set to the code generator.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ template<class T> class SmallVectorImpl;
|
|||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
///
|
///
|
||||||
/// TargetInstrInfo - Interface to description of machine instructions
|
/// TargetInstrInfo - Interface to description of machine instruction set
|
||||||
///
|
///
|
||||||
class TargetInstrInfo {
|
class TargetInstrInfo {
|
||||||
const TargetInstrDesc *Descriptors; // Raw array to allow static init'n
|
const TargetInstrDesc *Descriptors; // Raw array to allow static init'n
|
||||||
|
Reference in New Issue
Block a user