Typo. NFC.

llvm-svn: 240141
This commit is contained in:
Chad Rosier 2015-06-19 17:32:57 +00:00
parent f3a3b5d6e0
commit 38c6ad2deb
1 changed files with 1 additions and 2 deletions

View File

@ -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