[PATCH] D61719: Add ".dword" directive

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 9 09:38:18 PDT 2019


nickdesaulniers added inline comments.


================
Comment at: lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp:244
 
-    // Alias .hword/.word/xword to the target-independent .2byte/.4byte/.8byte
-    // directives as they have the same form and semantics:
-    ///  ::= (.hword | .word | .xword ) [ expression (, expression)* ]
+    // Alias .hword/.word/[dx]word to the target-independent
+    // .2byte/.4byte/.8byte directives as they have the same form and
----------------
Maybe add a `.` before the `[dx]`?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61719/new/

https://reviews.llvm.org/D61719





More information about the llvm-commits mailing list