aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexandre Rames <alexandre.rames@linaro.org>2016-09-16 13:14:35 +0100
committerAlexandre Rames <alexandre.rames@linaro.org>2016-09-20 09:26:36 +0000
commited494cca7df1978157bdd0b75dca76872b102111 (patch)
tree7e7c8824516f33079defe04894c5eabd7ff7af87 /doc
parent1c78c34397f2c08c012733cc661076e8bd029eab (diff)
downloadvixl-ed494cca7df1978157bdd0b75dca76872b102111.tar.gz
Update `doc/design/code-generation.md` to indicate it does not match the code.
Change-Id: Ie29561f0f422b5e86f7a60729bd3d1445c9a1854
Diffstat (limited to 'doc')
-rw-r--r--doc/design/code-generation.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/design/code-generation.md b/doc/design/code-generation.md
index aeac6427..3133c8ef 100644
--- a/doc/design/code-generation.md
+++ b/doc/design/code-generation.md
@@ -4,7 +4,10 @@ This design document describes the way that the Assembler and MacroAssembler
generate code. This has wide implications, including buffer management,
instruction-precise generation and related control over code generation.
-TODO: Not all of this document is implemented yet.
+**NOTE**: This document describes design decisions, but the code does not
+implement or match everything that is described in this document.
+TODO: Work on the code to achieve what is expressed in this document, and update
+the documentation.
## Basic Use-Cases