[SCCP] Remove wrong and misleading vector handling code.
authorDavide Italiano <davide@freebsd.org>
Sat, 9 Jul 2016 22:49:35 +0000 (22:49 +0000)
committerDavide Italiano <davide@freebsd.org>
Sat, 9 Jul 2016 22:49:35 +0000 (22:49 +0000)
commitc4890705efab2111ed1c467a2aabf8f32c959374
treef2bf0928ec2d98c3417480ebfb11c98e1afe7908
parentec4220d70f33f1371cb742521faae7ed6294856b
[SCCP] Remove wrong and misleading vector handling code.

This code was already commented out and it made some weird assumptions,
e.g. using isUndefined() as "this value is UndefValue" instead of
"we haven't computed this value is yet". Thanks to Eli Friedman for
pointing out where I was wrong (and where this code was wrong).

llvm-svn: 274995
llvm/lib/Transforms/Scalar/SCCP.cpp