summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-27 17:52:56 +0000
committerDan Gohman <gohman@apple.com>2009-08-27 17:52:56 +0000
commit5753a4a0033da4add45f2e9930a4e1159d92a869 (patch)
tree19654372fc3f3039fbe8c26618d228200c793ae7 /include/llvm/Analysis
parent846a2f2703f6bb894098274964faf5dce0b68c4d (diff)
downloadllvm-5753a4a0033da4add45f2e9930a4e1159d92a869.tar.gz
llvm-5753a4a0033da4add45f2e9930a4e1159d92a869.tar.bz2
llvm-5753a4a0033da4add45f2e9930a4e1159d92a869.tar.xz
Global Aliases are not identifiable objects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80263 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis')
-rw-r--r--include/llvm/Analysis/AliasAnalysis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/AliasAnalysis.h b/include/llvm/Analysis/AliasAnalysis.h
index 54006aea0e..be7d5ee37b 100644
--- a/include/llvm/Analysis/AliasAnalysis.h
+++ b/include/llvm/Analysis/AliasAnalysis.h
@@ -347,7 +347,7 @@ bool isNoAliasCall(const Value *V);
/// isIdentifiedObject - Return true if this pointer refers to a distinct and
/// identifiable object. This returns true for:
-/// Global Variables and Functions
+/// Global Variables and Functions (but not Global Aliases)
/// Allocas and Mallocs
/// ByVal and NoAlias Arguments
/// NoAlias returns