From 71134357871a53b147f0daa5eeff5a8ff6ec1e68 Mon Sep 17 00:00:00 2001 From: Simon Atanasyan Date: Mon, 22 May 2017 15:53:31 +0000 Subject: [PATCH] [mips] Quote command line options with `` in the micromips attribute description. NFC llvm-svn: 303564 --- clang/include/clang/Basic/AttrDocs.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index 58b2fcc..65dd744 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -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. }]; } -- 2.7.4