diff options
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h')
-rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h b/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h index 4760f0d576e..62c5f33cfad 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h +++ b/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h @@ -37,7 +37,7 @@ class WebAssemblyFunctionInfo final : public MachineFunctionInfo { /// determined or made to meet the stack requirements: /// - single use (per path) /// - single def (per path) - /// - defined and used in FIFO order with other stack registers + /// - defined and used in LIFO order with other stack registers BitVector VRegStackified; public: |