Files
archived-llvm/lib/Target/WebAssembly/InstPrinter
Richard Trieu 5b2a776ed9 Fix WebAssembly instruction printer after r339474
Treat the stack variants of control instructions the same as regular
instructions.  Otherwise, the vector ControlFlowStack will be the wrong
size and have out-of-bounds access.  This was detected by MemorySanitizer.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@339495 91177308-0d34-0410-b5e6-96231b3b80d8
2018-08-11 04:18:05 +00:00
..