diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-11 18:14:24 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-11 18:14:24 +0000 |
commit | 2f2d06506c9167dada05b11debe717334de972d4 (patch) | |
tree | b4db466a5bb0270d2711628d7b91ded86660892d /lib/Analysis/IPA/DependenceGraph.cpp | |
parent | 0043e4698c66bcac6526bbb9f133d2326a915494 (diff) |
Fixed spelling and grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8478 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/IPA/DependenceGraph.cpp')
-rw-r--r-- | lib/Analysis/IPA/DependenceGraph.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/IPA/DependenceGraph.cpp b/lib/Analysis/IPA/DependenceGraph.cpp index 284a96afcc..faabdd3be6 100644 --- a/lib/Analysis/IPA/DependenceGraph.cpp +++ b/lib/Analysis/IPA/DependenceGraph.cpp @@ -1,6 +1,6 @@ //===- DependenceGraph.cpp - Dependence graph for a function ----*- C++ -*-===// // -// This file implments an explicit representation for the dependence graph +// This file implements an explicit representation for the dependence graph // of a function, with one node per instruction and one edge per dependence. // Dependences include both data and control dependences. // |