mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
There is no "mcff" here; delete the confusing comments that refer to it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13911 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6924063bf2
commit
e82706b3a0
@ -103,7 +103,6 @@ public:
|
|||||||
// GlobalValue, viz., the constant address of a global variable or function.
|
// GlobalValue, viz., the constant address of a global variable or function.
|
||||||
// The generated instructions are returned in `mvec'.
|
// The generated instructions are returned in `mvec'.
|
||||||
// Any temp. registers (TmpInstruction) created are recorded in mcfi.
|
// Any temp. registers (TmpInstruction) created are recorded in mcfi.
|
||||||
// Any stack space required is allocated via mcff.
|
|
||||||
//
|
//
|
||||||
virtual void CreateCodeToLoadConst(const TargetMachine& target,
|
virtual void CreateCodeToLoadConst(const TargetMachine& target,
|
||||||
Function* F,
|
Function* F,
|
||||||
@ -117,7 +116,6 @@ public:
|
|||||||
// val must be an integral type. dest must be a Float or Double.
|
// val must be an integral type. dest must be a Float or Double.
|
||||||
// The generated instructions are returned in `mvec'.
|
// The generated instructions are returned in `mvec'.
|
||||||
// Any temp. registers (TmpInstruction) created are recorded in mcfi.
|
// Any temp. registers (TmpInstruction) created are recorded in mcfi.
|
||||||
// Any stack space required is allocated via mcff.
|
|
||||||
//
|
//
|
||||||
virtual void CreateCodeToCopyIntToFloat(const TargetMachine& target,
|
virtual void CreateCodeToCopyIntToFloat(const TargetMachine& target,
|
||||||
Function* F,
|
Function* F,
|
||||||
@ -130,7 +128,6 @@ public:
|
|||||||
// `val' to an integer value `dest' by copying to memory and back.
|
// `val' to an integer value `dest' by copying to memory and back.
|
||||||
// The generated instructions are returned in `mvec'.
|
// The generated instructions are returned in `mvec'.
|
||||||
// Any temp. registers (TmpInstruction) created are recorded in mcfi.
|
// Any temp. registers (TmpInstruction) created are recorded in mcfi.
|
||||||
// Any stack space required is allocated via mcff.
|
|
||||||
//
|
//
|
||||||
virtual void CreateCodeToCopyFloatToInt(const TargetMachine& target,
|
virtual void CreateCodeToCopyFloatToInt(const TargetMachine& target,
|
||||||
Function* F,
|
Function* F,
|
||||||
@ -142,7 +139,6 @@ public:
|
|||||||
// Create instruction(s) to copy src to dest, for arbitrary types
|
// Create instruction(s) to copy src to dest, for arbitrary types
|
||||||
// The generated instructions are returned in `mvec'.
|
// The generated instructions are returned in `mvec'.
|
||||||
// Any temp. registers (TmpInstruction) created are recorded in mcfi.
|
// Any temp. registers (TmpInstruction) created are recorded in mcfi.
|
||||||
// Any stack space required is allocated via mcff.
|
|
||||||
//
|
//
|
||||||
virtual void CreateCopyInstructionsByType(const TargetMachine& target,
|
virtual void CreateCopyInstructionsByType(const TargetMachine& target,
|
||||||
Function* F,
|
Function* F,
|
||||||
@ -155,7 +151,6 @@ public:
|
|||||||
// from an arbitrary sized value (sized in bits, not bytes).
|
// from an arbitrary sized value (sized in bits, not bytes).
|
||||||
// The generated instructions are appended to `mvec'.
|
// The generated instructions are appended to `mvec'.
|
||||||
// Any temp. registers (TmpInstruction) created are recorded in mcfi.
|
// Any temp. registers (TmpInstruction) created are recorded in mcfi.
|
||||||
// Any stack space required is allocated via mcff.
|
|
||||||
//
|
//
|
||||||
virtual void CreateSignExtensionInstructions(const TargetMachine& target,
|
virtual void CreateSignExtensionInstructions(const TargetMachine& target,
|
||||||
Function* F,
|
Function* F,
|
||||||
@ -169,7 +164,6 @@ public:
|
|||||||
// from an arbitrary sized value (sized in bits, not bytes).
|
// from an arbitrary sized value (sized in bits, not bytes).
|
||||||
// The generated instructions are appended to `mvec'.
|
// The generated instructions are appended to `mvec'.
|
||||||
// Any temp. registers (TmpInstruction) created are recorded in mcfi.
|
// Any temp. registers (TmpInstruction) created are recorded in mcfi.
|
||||||
// Any stack space required is allocated via mcff.
|
|
||||||
//
|
//
|
||||||
virtual void CreateZeroExtensionInstructions(const TargetMachine& target,
|
virtual void CreateZeroExtensionInstructions(const TargetMachine& target,
|
||||||
Function* F,
|
Function* F,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user