1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Remove note to self

llvm-svn: 17734
This commit is contained in:
Chris Lattner 2004-11-14 06:57:47 +00:00
parent f9ec4c8ee2
commit d6d9a04344

View File

@ -186,9 +186,5 @@ bool IPCP::PropagateConstantReturn(Function &F) {
} }
if (MadeChange) ++NumReturnValProped; 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; return MadeChange;
} }