From c772be722a97c719590553448008bd84b467d45c Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Sat, 8 Dec 2007 01:37:09 +0000 Subject: Fix several cache coherence bugs in MemDep/GVN that were found. Also add some (disabled) debugging code to make such problems easier to diagnose in the future, written by Duncan Sands. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44695 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/MemoryDependenceAnalysis.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/llvm') diff --git a/include/llvm/Analysis/MemoryDependenceAnalysis.h b/include/llvm/Analysis/MemoryDependenceAnalysis.h index 733e702..876a4aa 100644 --- a/include/llvm/Analysis/MemoryDependenceAnalysis.h +++ b/include/llvm/Analysis/MemoryDependenceAnalysis.h @@ -52,6 +52,8 @@ class MemoryDependenceAnalysis : public FunctionPass { reverseDepMapType reverseDepNonLocal; public: + void ping(Instruction* D); + // Special marker indicating that the query has no dependency // in the specified block. static Instruction* const NonLocal; -- cgit v1.1