mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-18 11:24:01 +00:00
tweak comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116192 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -92,8 +92,8 @@ public:
|
|||||||
|
|
||||||
/// IsLegalToFold - Returns true if the specific operand node N of
|
/// IsLegalToFold - Returns true if the specific operand node N of
|
||||||
/// U can be folded during instruction selection that starts at Root.
|
/// U can be folded during instruction selection that starts at Root.
|
||||||
/// FIXME: This is a static member function because the PIC16 target,
|
/// FIXME: This is a static member function because the MSP430/SystemZ/X86
|
||||||
/// which uses it during lowering.
|
/// targets, which uses it during isel. This could become a proper member.
|
||||||
static bool IsLegalToFold(SDValue N, SDNode *U, SDNode *Root,
|
static bool IsLegalToFold(SDValue N, SDNode *U, SDNode *Root,
|
||||||
CodeGenOpt::Level OptLevel,
|
CodeGenOpt::Level OptLevel,
|
||||||
bool IgnoreChains = false);
|
bool IgnoreChains = false);
|
||||||
|
Reference in New Issue
Block a user