From: Scott Douglass Date: Mon, 30 Jun 2014 08:07:32 +0000 (+0000) Subject: test commit (whitespace only) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=27391adfd167ec534f736f6c7d586c7d59d4ee96;p=oota-llvm.git test commit (whitespace only) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212020 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/MarkedUpDisassembly.rst b/docs/MarkedUpDisassembly.rst index cc4dbc817e0..dda141b7d0a 100644 --- a/docs/MarkedUpDisassembly.rst +++ b/docs/MarkedUpDisassembly.rst @@ -63,6 +63,7 @@ immediates having the tag names "mem", "reg", and "imm", respectively. The tag-modifier-list is typically additional target-specific context, such as register class. + Clients should accept and ignore any tag-names or tag-modifiers they do not understand, allowing the annotations to grow in richness without breaking older clients.