diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2019-01-07 13:24:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-07 13:24:58 -0800 |
commit | 7d94900ded8e2e5ce8ef8ee2687528531d8f2a97 (patch) | |
tree | d8bba13d306b0c5ecba384384e602e6cccc83015 /src/passes/Untee.cpp | |
parent | 6f91af190effd7b8a5969314dd4fb3d2ec540524 (diff) | |
download | binaryen-7d94900ded8e2e5ce8ef8ee2687528531d8f2a97.tar.gz binaryen-7d94900ded8e2e5ce8ef8ee2687528531d8f2a97.tar.bz2 binaryen-7d94900ded8e2e5ce8ef8ee2687528531d8f2a97.zip |
Massive renaming (#1855)
Automated renaming according to
https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329.
Diffstat (limited to 'src/passes/Untee.cpp')
-rw-r--r-- | src/passes/Untee.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/Untee.cpp b/src/passes/Untee.cpp index b61875243..00f2ffe5d 100644 --- a/src/passes/Untee.cpp +++ b/src/passes/Untee.cpp @@ -15,7 +15,7 @@ */ // -// Removes tee_locals, replacing them with gets and sets. +// Removes local.tees, replacing them with gets and sets. // // This makes the code "flatter", with less nested side // effects. That can make some passes, like CodePushing, |