summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/IPA/DependenceGraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Analysis/IPA/DependenceGraph.cpp')
-rw-r--r--llvm/lib/Analysis/IPA/DependenceGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IPA/DependenceGraph.cpp b/llvm/lib/Analysis/IPA/DependenceGraph.cpp
index 284a96afcc2..faabdd3be60 100644
--- a/llvm/lib/Analysis/IPA/DependenceGraph.cpp
+++ b/llvm/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.
//
OpenPOWER on IntegriCloud