[ValueTracking] remove TODO comment; NFC
authorSanjay Patel <spatel@rotateright.com>
Tue, 1 Nov 2016 20:43:00 +0000 (20:43 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 1 Nov 2016 20:43:00 +0000 (20:43 +0000)
commit9840cdad4c1f0342d0002cb05310a568fd7dd0c0
treee960b47323b72d6bbab10d671da3977198ab417b
parent2d8c289b4bd0d244e4743a41729184b90486517f
[ValueTracking] remove TODO comment; NFC

InstCombine should always canonicalize patterns like the one shown in the comment
when visiting 'select' insts in adjustMinMax().

Scalars were already handled there, and vector splats are handled after:
https://reviews.llvm.org/rL285732

llvm-svn: 285744
llvm/lib/Analysis/ValueTracking.cpp