aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineScheduler.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2016-11-04 07:10:24 +0000
committerChandler Carruth <chandlerc@gmail.com>2016-11-04 07:10:24 +0000
commit33e58901db5d1a1fc8e3b7d99710f96634e3ae92 (patch)
treec3df56f701303a0f0b33f0638eb0768228050232 /llvm/lib/CodeGen/MachineScheduler.cpp
parentd9ef4b6601bec251c48e7d7613042f9a4c62582b (diff)
downloadllvm-33e58901db5d1a1fc8e3b7d99710f96634e3ae92.zip
llvm-33e58901db5d1a1fc8e3b7d99710f96634e3ae92.tar.gz
llvm-33e58901db5d1a1fc8e3b7d99710f96634e3ae92.tar.bz2
Remove dead code trying to handle when the amount of data read is
insufficient to populate the expected struct. Prior to this we already bailed out of the routine when this situation comes up, so none of this code had any effect. If someone wants to bring it back to handle these cases, fixing the earlier conditions and adding the necessary test cases that actually exercises it, they can always revert this and go from there. Both of these were noticed by PVS-Studio due to the identical (dead) condition. llvm-svn: 285989
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions