[llvm] r240141 - Typo. NFC.

Chad Rosier mcrosier at codeaurora.org
Fri Jun 19 10:32:58 PDT 2015


Author: mcrosier
Date: Fri Jun 19 12:32:57 2015
New Revision: 240141

URL: http://llvm.org/viewvc/llvm-project?rev=240141&view=rev
Log:
Typo. NFC.

Modified:
    llvm/trunk/lib/Analysis/CFLAliasAnalysis.cpp

Modified: llvm/trunk/lib/Analysis/CFLAliasAnalysis.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/CFLAliasAnalysis.cpp?rev=240141&r1=240140&r2=240141&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/CFLAliasAnalysis.cpp (original)
+++ llvm/trunk/lib/Analysis/CFLAliasAnalysis.cpp Fri Jun 19 12:32:57 2015
@@ -14,8 +14,7 @@
 // Alias Analysis" by Zhang Q, Lyu M R, Yuan H, and Su Z. -- to summarize the
 // papers, we build a graph of the uses of a variable, where each node is a
 // memory location, and each edge is an action that happened on that memory
-// location.  The "actions" can be one of Dereference, Reference, Assign, or
-// Assign.
+// location.  The "actions" can be one of Dereference, Reference, or Assign.
 //
 // Two variables are considered as aliasing iff you can reach one value's node
 // from the other value's node and the language formed by concatenating all of





More information about the llvm-commits mailing list