move GetPointerBaseWithConstantOffset out of GVN into ValueTracking.h
authorChris Lattner <sabre@nondot.org>
Tue, 30 Nov 2010 22:25:26 +0000 (22:25 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Nov 2010 22:25:26 +0000 (22:25 +0000)
commited58a6f96f605901adc0df3ca76499d52b2d1a1a
tree5ad50250767689ce2ad6237ed325d16c52725600
parentfcf8d7c73d7517e26f9f9d1a9af22ad4314e4984
move GetPointerBaseWithConstantOffset out of GVN into ValueTracking.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120476 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ValueTracking.h
lib/Analysis/ValueTracking.cpp
lib/Transforms/Scalar/GVN.cpp