Eliminate the DepResultTy abstraction. It is now completely
authorChris Lattner <sabre@nondot.org>
Sun, 30 Nov 2008 23:17:19 +0000 (23:17 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 30 Nov 2008 23:17:19 +0000 (23:17 +0000)
commitfd3dcbea06f934572a3ba02821b1485eb7a073aa
tree3d4f7b0e8410d68835f76e2bf65928dc50e6c9f2
parent8b019c8a452befe2f77f12082b8ce80532c75db1
Eliminate the DepResultTy abstraction.  It is now completely
redundant with MemDepResult, and MemDepResult has a nicer interface.

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