diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-03-27 21:57:09 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-03-27 21:57:09 +0000 | 
| commit | 93ab219244b4e51dfa57141b45da7f3fbddb7b5f (patch) | |
| tree | 6ca1d1c35731dc45b1535a5d976b2e875c492ae4 /lib/Analysis/DataStructure/DataStructureAA.cpp | |
| parent | 40ee8ce28b6901cdb979030e580d32dcf732169a (diff) | |
remove ...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20883 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DataStructure/DataStructureAA.cpp')
| -rw-r--r-- | lib/Analysis/DataStructure/DataStructureAA.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/Analysis/DataStructure/DataStructureAA.cpp b/lib/Analysis/DataStructure/DataStructureAA.cpp index 19ac2acc31..65b9b129f3 100644 --- a/lib/Analysis/DataStructure/DataStructureAA.cpp +++ b/lib/Analysis/DataStructure/DataStructureAA.cpp @@ -140,8 +140,8 @@ AliasAnalysis::AliasResult DSAA::alias(const Value *V1, unsigned V1Size,    if (N1 == 0 || N2 == 0)      // Can't tell whether anything aliases null.      return AliasAnalysis::alias(V1, V1Size, V2, V2Size); -         -  // We can only make a judgment of one of the nodes is complete... + +  // We can only make a judgment if one of the nodes is complete.    if (N1->isComplete() || N2->isComplete()) {      if (N1 != N2)        return NoAlias;   // Completely different nodes. | 
