1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Minor change in comments.

llvm-svn: 2853
This commit is contained in:
Vikram S. Adve 2002-07-10 21:29:22 +00:00
parent c27a459095
commit 4543e3c252
2 changed files with 8 additions and 6 deletions

View File

@ -248,15 +248,16 @@ public:
// GlobalValue, viz., the constant address of a global variable or function.
// The generated instructions are returned in `mvec'.
// Any temp. registers (TmpInstruction) created are recorded in mcfi.
// Any stack space required is allocated via mcff.
// Symbolic constants or constants that must be accessed from memory
// are added to the constant pool via MachineCodeForMethod::get(F).
//
virtual void CreateCodeToLoadConst(const TargetMachine& target,
Function* F,
Value* val,
Instruction* dest,
std::vector<MachineInstr*>& mvec,
MachineCodeForInstruction& mcfi)const=0;
MachineCodeForInstruction& mcfi) const=0;
// Create an instruction sequence to copy an integer value `val'
// to a floating point value `dest' by copying to memory and back.
// val must be an integral type. dest must be a Float or Double.

View File

@ -248,15 +248,16 @@ public:
// GlobalValue, viz., the constant address of a global variable or function.
// The generated instructions are returned in `mvec'.
// Any temp. registers (TmpInstruction) created are recorded in mcfi.
// Any stack space required is allocated via mcff.
// Symbolic constants or constants that must be accessed from memory
// are added to the constant pool via MachineCodeForMethod::get(F).
//
virtual void CreateCodeToLoadConst(const TargetMachine& target,
Function* F,
Value* val,
Instruction* dest,
std::vector<MachineInstr*>& mvec,
MachineCodeForInstruction& mcfi)const=0;
MachineCodeForInstruction& mcfi) const=0;
// Create an instruction sequence to copy an integer value `val'
// to a floating point value `dest' by copying to memory and back.
// val must be an integral type. dest must be a Float or Double.