OSDN Git Service

implement a fixme by introducing a new getDependencyFromInternal
authorChris Lattner <sabre@nondot.org>
Sun, 30 Nov 2008 01:26:32 +0000 (01:26 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 30 Nov 2008 01:26:32 +0000 (01:26 +0000)
commit73ec3cdd7140aee6d2b9ac32bc2298254ff48c97
treed62e13619bdcb7831ef4e51c432374236b3d0df6
parent37d041c25f6cac462efef0d614a67ef657aad11a
implement a fixme by introducing a new getDependencyFromInternal
method that returns its result as a DepResultTy instead of as a
MemDepResult.  This reduces conversion back and forth.

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