tweak comment.
authorChris Lattner <sabre@nondot.org>
Mon, 11 Oct 2010 05:48:00 +0000 (05:48 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 11 Oct 2010 05:48:00 +0000 (05:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116192 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGISel.h

index 6c9ef7b222ea62913194142f4c3bcdc78186328d..9601bbc2f95c0d8f8813b707fa78b9ea51b4d78f 100644 (file)
@@ -92,8 +92,8 @@ public:
 
   /// 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);