From 41c88491da380a63a64b81d3bf2bd4ed26e62679 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Fri, 19 Jun 2015 17:32:57 +0000 Subject: [PATCH] Typo. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240141 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/CFLAliasAnalysis.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Analysis/CFLAliasAnalysis.cpp b/lib/Analysis/CFLAliasAnalysis.cpp index 9e2c9fb5138..d937c0b2198 100644 --- a/lib/Analysis/CFLAliasAnalysis.cpp +++ b/lib/Analysis/CFLAliasAnalysis.cpp @@ -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 -- 2.34.1