From: Scott Douglass Date: Mon, 30 Jun 2014 08:07:32 +0000 (+0000) Subject: test commit (whitespace only) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7bd3b188718ffb3863dab15b3a1d71109165c79a;p=platform%2Fupstream%2Fllvm.git test commit (whitespace only) llvm-svn: 212020 --- diff --git a/llvm/docs/MarkedUpDisassembly.rst b/llvm/docs/MarkedUpDisassembly.rst index cc4dbc8..dda141b 100644 --- a/llvm/docs/MarkedUpDisassembly.rst +++ b/llvm/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.