diff options
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; |