[llvm-commits] [llvm] r116192 - /llvm/trunk/include/llvm/CodeGen/SelectionDAGISel.h
Chris Lattner
sabre at nondot.org
Sun Oct 10 22:48:00 PDT 2010
Author: lattner
Date: Mon Oct 11 00:48:00 2010
New Revision: 116192
URL: http://llvm.org/viewvc/llvm-project?rev=116192&view=rev
Log:
tweak comment.
Modified:
llvm/trunk/include/llvm/CodeGen/SelectionDAGISel.h
Modified: llvm/trunk/include/llvm/CodeGen/SelectionDAGISel.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/SelectionDAGISel.h?rev=116192&r1=116191&r2=116192&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/SelectionDAGISel.h (original)
+++ llvm/trunk/include/llvm/CodeGen/SelectionDAGISel.h Mon Oct 11 00:48:00 2010
@@ -92,8 +92,8 @@
/// IsLegalToFold - Returns true if the specific operand node N of
/// U can be folded during instruction selection that starts at Root.
- /// FIXME: This is a static member function because the PIC16 target,
- /// which uses it during lowering.
+ /// FIXME: This is a static member function because the MSP430/SystemZ/X86
+ /// targets, which uses it during isel. This could become a proper member.
static bool IsLegalToFold(SDValue N, SDNode *U, SDNode *Root,
CodeGenOpt::Level OptLevel,
bool IgnoreChains = false);
More information about the llvm-commits
mailing list