aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA/DependenceGraph.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-09-11 18:14:24 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-09-11 18:14:24 +0000
commit2f2d06506c9167dada05b11debe717334de972d4 (patch)
treeb4db466a5bb0270d2711628d7b91ded86660892d /lib/Analysis/IPA/DependenceGraph.cpp
parent0043e4698c66bcac6526bbb9f133d2326a915494 (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.cpp2
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.
//