summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2015-08-05 03:51:17 +0000
committerTanya Lattner <tonic@nondot.org>2015-08-05 03:51:17 +0000
commit0d28f80bd1f0ec511fe608bfdc58c927d1a6ef9c (patch)
treefb65bc53e5486a86c57669d759f9a5ac270851b5 /llvm/lib/Transforms
parent13631242fe9fb3ed76c00f27ba193155ce054890 (diff)
downloadbcm5719-llvm-0d28f80bd1f0ec511fe608bfdc58c927d1a6ef9c.tar.gz
bcm5719-llvm-0d28f80bd1f0ec511fe608bfdc58c927d1a6ef9c.zip
Rename all references to old mailing lists to new lists.llvm.org address.
llvm-svn: 243999
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/EarlyCSE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/EarlyCSE.cpp b/llvm/lib/Transforms/Scalar/EarlyCSE.cpp
index d536a937dce..029b44c2ea8 100644
--- a/llvm/lib/Transforms/Scalar/EarlyCSE.cpp
+++ b/llvm/lib/Transforms/Scalar/EarlyCSE.cpp
@@ -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;
OpenPOWER on IntegriCloud