]> granicus.if.org Git - clang/commitdiff
[mips] Quote command line options with `` in the micromips attribute description...
authorSimon Atanasyan <simon@atanasyan.com>
Mon, 22 May 2017 15:53:31 +0000 (15:53 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Mon, 22 May 2017 15:53:31 +0000 (15:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@303564 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/AttrDocs.td

index 58b2fcc469c97cce03666f7fb310e38bbfe4527e..65dd7445ba269ae85a35e38f4956970f77a16629 100644 (file)
@@ -1277,7 +1277,7 @@ Clang supports the GNU style ``__attribute__((micromips))`` and
 may be attached to a function definition and instructs the backend to generate
 or not to generate microMIPS code for that function.
 
-These attributes override the -mmicromips and -mno-micromips options
+These attributes override the `-mmicromips` and `-mno-micromips` options
 on the command line.
   }];
 }