diff options
author | Heejin Ahn <aheejin@gmail.com> | 2018-12-26 22:27:46 +0000 |
---|---|---|
committer | Heejin Ahn <aheejin@gmail.com> | 2018-12-26 22:27:46 +0000 |
commit | 99d39463987251cd85d3b7abe8eec02bcea10686 (patch) | |
tree | d226e4f90695bf33ea376e3348b039807457c6d6 /llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | |
parent | c9a6000755b46ecee5199ae52c89a6b537f1520c (diff) | |
download | llvm-99d39463987251cd85d3b7abe8eec02bcea10686.zip llvm-99d39463987251cd85d3b7abe8eec02bcea10686.tar.gz llvm-99d39463987251cd85d3b7abe8eec02bcea10686.tar.bz2 |
[WebAssembly] Fix typos in comments in RegStackify (NFC)
llvm-svn: 350075
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp')
-rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp index efd8dbe..3aeb283 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp +++ b/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp @@ -755,9 +755,9 @@ public: /// tried for the current instruction and didn't work. class CommutingState { /// There are effectively three states: the initial state where we haven't - /// started commuting anything and we don't know anything yet, the tenative + /// started commuting anything and we don't know anything yet, the tentative /// state where we've commuted the operands of the current instruction and are - /// revisting it, and the declined state where we've reverted the operands + /// revisiting it, and the declined state where we've reverted the operands /// back to their original order and will no longer commute it further. bool TentativelyCommuting; bool Declined; |