aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Bolka <a@bolka.at>2009-07-28 19:50:13 +0000
committerAndreas Bolka <a@bolka.at>2009-07-28 19:50:13 +0000
commitc3cc45aa8be036412726ccd02d8a6496652eac2b (patch)
tree6f87f6f209595349eadf58447827ce27793c3338 /include
parent328fb3d2107e7480826fbb4e3b0a8dae9f996f08 (diff)
downloadexternal_llvm-c3cc45aa8be036412726ccd02d8a6496652eac2b.zip
external_llvm-c3cc45aa8be036412726ccd02d8a6496652eac2b.tar.gz
external_llvm-c3cc45aa8be036412726ccd02d8a6496652eac2b.tar.bz2
Simplify LDA-internal interface.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77359 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/LoopDependenceAnalysis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/LoopDependenceAnalysis.h b/include/llvm/Analysis/LoopDependenceAnalysis.h
index 9c5904e..3eab665 100644
--- a/include/llvm/Analysis/LoopDependenceAnalysis.h
+++ b/include/llvm/Analysis/LoopDependenceAnalysis.h
@@ -62,7 +62,7 @@ class LoopDependenceAnalysis : public LoopPass {
bool findOrInsertDependencePair(Value*, Value*, DependencePair*&);
/// TODO: doc
- void analysePair(DependencePair *P) const;
+ DependenceResult analysePair(DependencePair *P) const;
public:
static char ID; // Class identification, replacement for typeinfo