Author: kparzysz Date: Tue Aug 14 12:42:19 2018 New Revision: 339718 URL: http://llvm.org/viewvc/llvm-project?rev=339718&view=rev Log: [ReleaseNotes] Fix a typo
Modified: llvm/branches/release_70/docs/ReleaseNotes.rst Modified: llvm/branches/release_70/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_70/docs/ReleaseNotes.rst?rev=339718&r1=339717&r2=339718&view=diff ============================================================================== --- llvm/branches/release_70/docs/ReleaseNotes.rst (original) +++ llvm/branches/release_70/docs/ReleaseNotes.rst Tue Aug 14 12:42:19 2018 @@ -177,7 +177,7 @@ Changes to the Hexagon Target * Hexagon now supports auto-vectorization for HVX. It is disabled by default and can be turned on with ``-fvectorize``. For auto-vectorization to take - effect, code genration for HVX needs to be enabled with ``-mhvx``. + effect, code generation for HVX needs to be enabled with ``-mhvx``. The complete set of options should include ``-fvectorize``, ``-mhvx``, and ``-mhvx-length={64b|128b}``. _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits