diff options
author | Dan Gohman <dan433584@gmail.com> | 2016-10-03 22:43:53 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2016-10-03 22:43:53 +0000 |
commit | e040533ecec5b1c0ab83c1c7b65342d46478afc5 (patch) | |
tree | a6b4a39b1f634ba7c71c9099947c293a693b09d2 /llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | |
parent | ffc184bb1dd8a0f0815f12272286d24a2adefcc1 (diff) | |
download | bcm5719-llvm-e040533ecec5b1c0ab83c1c7b65342d46478afc5.tar.gz bcm5719-llvm-e040533ecec5b1c0ab83c1c7b65342d46478afc5.zip |
[WebAssembly] Update to more stack-machine-oriented terminology.
WebAssembly has officially switched from being an AST to being a stack
machine. Update various bits of terminology and README.md entries
accordingly.
llvm-svn: 283154
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp')
-rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp index 4d06e608260..257e08e92fd 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp +++ b/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp @@ -519,7 +519,7 @@ bool WebAssemblyCFGStackify::runOnMachineFunction(MachineFunction &MF) { const auto &MLI = getAnalysis<MachineLoopInfo>(); auto &MDT = getAnalysis<MachineDominatorTree>(); - // Liveness is not tracked for EXPR_STACK physreg. + // Liveness is not tracked for VALUE_STACK physreg. const auto &TII = *MF.getSubtarget<WebAssemblySubtarget>().getInstrInfo(); WebAssemblyFunctionInfo &MFI = *MF.getInfo<WebAssemblyFunctionInfo>(); MF.getRegInfo().invalidateLiveness(); |