aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-10-24 18:47:04 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-10-24 18:47:04 +0000
commitbac0a0d52b0af564fca9700fbce80b548fb976a5 (patch)
treee64ce950ee7021bfb420a146401d9ad00408c775 /llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp
parent28d2d281e759e1b44e7f4bec7bdf341404b008c1 (diff)
downloadllvm-bac0a0d52b0af564fca9700fbce80b548fb976a5.zip
llvm-bac0a0d52b0af564fca9700fbce80b548fb976a5.tar.gz
llvm-bac0a0d52b0af564fca9700fbce80b548fb976a5.tar.bz2
Fix crash if StmtProfile finds a type-dependent member access for which we have
resolved the -> to a call to a specific operator-> function. The particular test case added here is actually being mishandled: the implicit member access should not be type-dependent (because it's accessing a non-type-dependent member of the current instantiation), but calls to a type-dependent operator-> that is a member of the current instantiation would be liable to hit the same codepath. llvm-svn: 284999
Diffstat (limited to 'llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions