diff options
author | Craig Topper <craig.topper@gmail.com> | 2017-04-06 18:59:08 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2017-04-06 18:59:08 +0000 |
commit | 8ef20ea7c24c96670e8ef3d3b77772d17ada581b (patch) | |
tree | d1e546eb9154974b45e91e9b6881de2dccf7dd30 /llvm/lib/Bitcode | |
parent | 14764c22009e196c74d42e2a412df66915ff54fd (diff) | |
download | bcm5719-llvm-8ef20ea7c24c96670e8ef3d3b77772d17ada581b.tar.gz bcm5719-llvm-8ef20ea7c24c96670e8ef3d3b77772d17ada581b.zip |
[InstSimplify] Remove unreachable default from SimplifyBinOp.
We have dedicated handlers for every opcode so nothing can get here anymore. The switch doesn't get detected as fully covered because Opcode is an unsigned. Casting to Instruction::BinaryOps still doesn't detect it because BinaryOpsEnd is in the enum and 1 past the last opcode.
llvm-svn: 299687
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions