diff options
Diffstat (limited to 'src/cmd/compile/internal/test/README')
-rw-r--r-- | src/cmd/compile/internal/test/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/compile/internal/test/README b/src/cmd/compile/internal/test/README new file mode 100644 index 0000000..242ff79 --- /dev/null +++ b/src/cmd/compile/internal/test/README @@ -0,0 +1,4 @@ +This directory holds small tests and benchmarks of code +generated by the compiler. This code is not for importing, +and the tests are intended to verify that specific optimzations +are applied and correct. |