[llvm-commits] CVS: llvm/lib/Analysis/IPA/DependenceGraph.cpp IPModRef.cpp

Misha Brukman brukman at cs.uiuc.edu
Thu Sep 11 13:15:18 PDT 2003


Changes in directory llvm/lib/Analysis/IPA:

DependenceGraph.cpp updated: 1.2 -> 1.3
IPModRef.cpp updated: 1.15 -> 1.16

---
Log message:

Fixed spelling and grammar.


---
Diffs of the changes:

Index: llvm/lib/Analysis/IPA/DependenceGraph.cpp
diff -u llvm/lib/Analysis/IPA/DependenceGraph.cpp:1.2 llvm/lib/Analysis/IPA/DependenceGraph.cpp:1.3
--- llvm/lib/Analysis/IPA/DependenceGraph.cpp:1.2	Wed Dec 11 21:47:27 2002
+++ llvm/lib/Analysis/IPA/DependenceGraph.cpp	Thu Sep 11 13:14:24 2003
@@ -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.
 // 


Index: llvm/lib/Analysis/IPA/IPModRef.cpp
diff -u llvm/lib/Analysis/IPA/IPModRef.cpp:1.15 llvm/lib/Analysis/IPA/IPModRef.cpp:1.16
--- llvm/lib/Analysis/IPA/IPModRef.cpp:1.15	Sun Jun 29 22:14:54 2003
+++ llvm/lib/Analysis/IPA/IPModRef.cpp	Thu Sep 11 13:14:24 2003
@@ -183,7 +183,7 @@
 
 // Compute Mod/Ref bit vectors for a single call site.
 // These are copies of the Read/Write flags from the nodes of
-// the graph produced by clearing all flags in teh caller's TD graph
+// the graph produced by clearing all flags in the caller's TD graph
 // and then inlining the callee's BU graph into the caller's TD graph.
 // 
 void





More information about the llvm-commits mailing list