Made changes for review

This commit is contained in:
Lachlan Sneff
2018-06-15 15:35:53 -04:00
committed by Dan Gohman
parent 3686fc2fc7
commit 38ab82bcc0
4 changed files with 13 additions and 26 deletions

View File

@@ -93,7 +93,7 @@ pub trait FuncEnvironment {
///
/// The index space covers both imported globals and globals defined by the module.
///
/// Return the global value reference that should be used to access the global and the
/// Return the global variable reference that should be used to access the global and the
/// WebAssembly type of the global.
fn make_global(&mut self, func: &mut ir::Function, index: GlobalIndex) -> GlobalValue;