[PATCH] D21809: [SystemZ] Add support for .insn and .word/.short/.long/.quad directives

Marcin Koƛcielnicki via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 00:56:20 PDT 2016


koriakin added a subscriber: koriakin.

================
Comment at: lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp:900
@@ +899,3 @@
+    return ParseDirectiveInsn(DirectiveID.getLoc());
+  else if (IDVal == ".short" || IDVal == ".word")
+    return ParseDirectiveWord(2, DirectiveID.getLoc());
----------------
.short, .long. .quad are already supported by common code.


http://reviews.llvm.org/D21809





More information about the llvm-commits mailing list