Constify ValueTracking. NFC.
authorPete Cooper <peter_cooper@apple.com>
Sat, 13 Aug 2016 01:05:32 +0000 (01:05 +0000)
committerPete Cooper <peter_cooper@apple.com>
Sat, 13 Aug 2016 01:05:32 +0000 (01:05 +0000)
commit35b00d5d9e2f48ebaa1c32176eb61ea82114c82c
treee063eb560a5cd81bdb5543f425e12019724948ee
parent3502511548d86dfb09256f0f19d370be71812a62
Constify ValueTracking.  NFC.

Almost all of the method here are only analysing Value's as opposed to
mutating them.  Mark all of the easy ones as const.

llvm-svn: 278585
llvm/include/llvm/Analysis/ValueTracking.h
llvm/lib/Analysis/ValueTracking.cpp