diff options
author | Alp Toker <alp@nuanti.com> | 2014-06-30 18:57:16 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-06-30 18:57:16 +0000 |
commit | cf21875d41772a865c6a71ebeccca3d1a7afcfc2 (patch) | |
tree | 3c0afdb5c10328612fcc9502b8c9d10c5857e423 /llvm/docs | |
parent | b792a01e136887dee4151fc4ef45913f732dd047 (diff) | |
download | bcm5719-llvm-cf21875d41772a865c6a71ebeccca3d1a7afcfc2.tar.gz bcm5719-llvm-cf21875d41772a865c6a71ebeccca3d1a7afcfc2.zip |
Fix 'platform-specific' hyphenations
llvm-svn: 212056
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CMake.rst | 2 | ||||
-rw-r--r-- | llvm/docs/CodeGenerator.rst | 2 | ||||
-rw-r--r-- | llvm/docs/GarbageCollection.rst | 2 | ||||
-rw-r--r-- | llvm/docs/LangRef.rst | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 988e12b7350..bfc9cb94844 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -487,7 +487,7 @@ into LLVM source tree. You can achieve it in two easy steps: #. Adding ``add_subdirectory(<pass name>)`` line into ``<LLVM root>/lib/Transform/CMakeLists.txt``. -Compiler/Platform specific topics +Compiler/Platform-specific topics ================================= Notes for specific compilers and/or platforms. diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst index cc099465b8e..a5d3281af2b 100644 --- a/llvm/docs/CodeGenerator.rst +++ b/llvm/docs/CodeGenerator.rst @@ -2027,7 +2027,7 @@ supported on x86/x86-64 and PowerPC. It is performed if: * Option ``-tailcallopt`` is enabled. -* Platform specific constraints are met. +* Platform-specific constraints are met. x86/x86-64 constraints: diff --git a/llvm/docs/GarbageCollection.rst b/llvm/docs/GarbageCollection.rst index 323a6ea8165..dc6dab1d336 100644 --- a/llvm/docs/GarbageCollection.rst +++ b/llvm/docs/GarbageCollection.rst @@ -633,7 +633,7 @@ Threaded Denotes a multithreaded mutator; the collector must still stop the mutator ("stop the world") before beginning reachability analysis. Stopping a multithreaded mutator is a complicated problem. It generally requires highly - platform specific code in the runtime, and the production of carefully + platform-specific code in the runtime, and the production of carefully designed machine code at safe points. Concurrent diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 32fb597123b..8d151c32334 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -6408,7 +6408,7 @@ This instruction requires several arguments: uses value of call or is void). - Option ``-tailcallopt`` is enabled, or ``llvm::GuaranteedTailCallOpt`` is ``true``. - - `Platform specific constraints are + - `Platform-specific constraints are met. <CodeGenerator.html#tailcallopt>`_ #. The optional "cconv" marker indicates which :ref:`calling |