Rename all references to old mailing lists to new lists.llvm.org address.
[oota-llvm.git] / lib / Transforms / Scalar / EarlyCSE.cpp
index d536a937dce17845dd4badcefe7b7bf65d9c7516..029b44c2ea806e643fb1e058fb8ba810924b88d9 100644 (file)
@@ -658,7 +658,7 @@ bool EarlyCSE::run() {
   // gains over vector when the container becomes very large due to the
   // specific access patterns. For more information see the mailing list
   // discussion on this:
-  // http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120116/135228.html
+  // http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20120116/135228.html
   std::deque<StackNode *> nodesToProcess;
 
   bool Changed = false;