Remove note to self
authorChris Lattner <sabre@nondot.org>
Sun, 14 Nov 2004 06:57:47 +0000 (06:57 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Nov 2004 06:57:47 +0000 (06:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17734 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/IPConstantPropagation.cpp

index fc3b30fa68a11ebec09a857cfea2bdeb91b9d630..99ad8445b15bf246068b82ee0ad0cf2180f8d06e 100644 (file)
@@ -186,9 +186,5 @@ bool IPCP::PropagateConstantReturn(Function &F) {
   }
 
   if (MadeChange) ++NumReturnValProped;
-
-  // FIXME: DAE should remove dead return values if the result is an undef
-  // value... or if it is never used.
-
   return MadeChange;
 }