Pass around Instruction* instead of Instruction& in FindInsertedValue and friends.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 16 Jun 2008 13:13:08 +0000 (13:13 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 16 Jun 2008 13:13:08 +0000 (13:13 +0000)
commit0a7413dad84887bee51f20d7a5f1c4c1c7bb4c1e
treeb019fe02dc5d0c06c6b0b5cab970a9cf917f112d
parentd47e6aeb93a783e5209d7b32816398599200f446
Pass around Instruction* instead of Instruction& in FindInsertedValue and friends.

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