diff options
author | Craig Topper <craig.topper@intel.com> | 2018-05-04 01:04:24 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2018-05-04 01:04:24 +0000 |
commit | 8304231508be050ef74dbfbb38406db7f051bf52 (patch) | |
tree | 78aa13ab7dc539df2a34307d06b5db76109ea3f4 /llvm/lib/CodeGen/MachineCSE.cpp | |
parent | 07580ffe4705ae0f85659bf5c8a18afc0137353b (diff) | |
download | llvm-8304231508be050ef74dbfbb38406db7f051bf52.zip llvm-8304231508be050ef74dbfbb38406db7f051bf52.tar.gz llvm-8304231508be050ef74dbfbb38406db7f051bf52.tar.bz2 |
[LoopIdiomRecognize] Turn two uncheck dyn_casts into regular casts.
These are casts on users of a PHINode to Instruction. I think since PHINode is an Instruction any users would also be Instructions. At least a cast will give us an assertion if its wrong.
llvm-svn: 331498
Diffstat (limited to 'llvm/lib/CodeGen/MachineCSE.cpp')
0 files changed, 0 insertions, 0 deletions