diff options
author | dim <dim@FreeBSD.org> | 2015-09-06 18:34:38 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-09-06 18:34:38 +0000 |
commit | 9fcebda97d0cb3d7a2235d2ad835c3a2679e7683 (patch) | |
tree | 461d3cf041290f4a99740d540bf0973d6084f98e /docs/Frontend/PerformanceTips.rst | |
parent | c5dd590220d0afe971d065bfe9324f549dd00968 (diff) | |
download | FreeBSD-src-9fcebda97d0cb3d7a2235d2ad835c3a2679e7683.zip FreeBSD-src-9fcebda97d0cb3d7a2235d2ad835c3a2679e7683.tar.gz |
Import llvm 3.7.0 release (r246257).
Diffstat (limited to 'docs/Frontend/PerformanceTips.rst')
-rw-r--r-- | docs/Frontend/PerformanceTips.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Frontend/PerformanceTips.rst b/docs/Frontend/PerformanceTips.rst index 22b3fe4..8d0abcd 100644 --- a/docs/Frontend/PerformanceTips.rst +++ b/docs/Frontend/PerformanceTips.rst @@ -174,10 +174,10 @@ Adding to this document If you run across a case that you feel deserves to be covered here, please send a patch to `llvm-commits -<http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits>`_ for review. +<http://lists.llvm.org/mailman/listinfo/llvm-commits>`_ for review. -If you have questions on these items, please direct them to `llvmdev -<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>`_. The more relevant +If you have questions on these items, please direct them to `llvm-dev +<http://lists.llvm.org/mailman/listinfo/llvm-dev>`_. The more relevant context you are able to give to your question, the more likely it is to be answered. |