Make it illegal to call getDependency* on non-memory instructions
authorChris Lattner <sabre@nondot.org>
Fri, 5 Dec 2008 18:46:19 +0000 (18:46 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 5 Dec 2008 18:46:19 +0000 (18:46 +0000)
commit6951381995f24dc9c7bbcacefd5a1315784f66f3
tree083b2188be6f984863a4f049e302dcb5c65558ff
parent650d7f3ff4d22646def71b842f7f163c539e0aaf
Make it illegal to call getDependency* on non-memory instructions
like binary operators.

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