constify InstCombine::foldAllocaCmp. NFC.
authorPete Cooper <peter_cooper@apple.com>
Fri, 12 Aug 2016 17:13:28 +0000 (17:13 +0000)
committerPete Cooper <peter_cooper@apple.com>
Fri, 12 Aug 2016 17:13:28 +0000 (17:13 +0000)
commit980a935e27f14ae7b3a85bb4b4821e8730f6c673
treee9236ba232bb5d47aaa89ebb5ac2b85f5de9160d
parent1dc065b659cc2b45b750b3773cbf7331289bf9e9
constify InstCombine::foldAllocaCmp.  NFC.

This is part of an effort to constify ValueTracking.cpp.  This change is
to methods which need const Value* instead of Value* to go with the upcoming
changes to ValueTracking.

llvm-svn: 278528
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
llvm/lib/Transforms/InstCombine/InstCombineInternal.h