• mstarzinger's avatar
    [turbofan] Fix properties of IrOpcode::kThrow operator. · 48c185fe
    mstarzinger authored
    This changes the IrOpcode::kThrow operator to have kNoThrow property,
    which sounds unintuitive, but holds for our graphs. The operators is
    used to indicate exceptional control flow out of the function, but in
    itself does not throw, the throwing is done by a runtime call.
    
    R=titzer@chromium.org
    TEST=unittests/CommonOperatorTest/CommonSharedOperatorTest.Properties
    
    Review URL: https://codereview.chromium.org/1046173002
    
    Cr-Commit-Position: refs/heads/master@{#27541}
    48c185fe
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...