change GetStoreValueForLoad to use IRBuilder, which is cleaner and
authorChris Lattner <sabre@nondot.org>
Wed, 9 Dec 2009 18:13:28 +0000 (18:13 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 9 Dec 2009 18:13:28 +0000 (18:13 +0000)
commitb2c6ae8c0b4f27b97ee3c546554c257331512066
treee298c366b6bdb3e87bd6702a4c97c927029cb367
parentefc58e793370597eb3e3100e284453c5eddc6099
change GetStoreValueForLoad to use IRBuilder, which is cleaner and
implicitly constant folds.

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