Add support for finding the dependencies of call and invoke instructions.
authorOwen Anderson <resistor@mac.com>
Tue, 10 Jul 2007 17:59:22 +0000 (17:59 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 10 Jul 2007 17:59:22 +0000 (17:59 +0000)
commit5f323207971da23e2f78dd61d383e9d506fd9d6c
tree1a5fa33df49bd58c96936ef86e6187f26dced0b1
parent5e2456c95996338ad7ed461b8ce4d21cb9d70a0b
Add support for finding the dependencies of call and invoke instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38497 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/MemoryDependenceAnalysis.h
lib/Analysis/MemoryDependenceAnalysis.cpp