File stale path references.

After rearranging the directory layout, some paths in documentation
needed updating.

Fix some typos too.
This commit is contained in:
Jakob Stoklund Olesen
2016-10-24 13:27:10 -07:00
parent 84faddbf65
commit b6ff2621f9
11 changed files with 32 additions and 27 deletions

View File

@@ -39,7 +39,7 @@ pub trait InstBuilderBase<'f>: Sized {
-> (Inst, &'f mut DataFlowGraph);
}
// Include trait code generated by `meta/gen_instr.py`.
// Include trait code generated by `lib/cretonne/meta/gen_instr.py`.
//
// This file defines the `InstBuilder` trait as an extension of `InstBuilderBase` with methods per
// instruction format and per opcode.