From c8d9309bfd71e84f966bbbe44284631eee6cc181 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@303564 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/AttrDocs.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Basic/AttrDocs.td b/include/clang/Basic/AttrDocs.td index 58b2fcc469..65dd7445ba 100644 --- a/include/clang/Basic/AttrDocs.td +++ b/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.40.0