[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)
llvm-svn: 303564

clang/include/clang/Basic/AttrDocs.td

index 58b2fcc..65dd744 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.
   }];
 }