summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2012-12-31 16:23:48 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2012-12-31 16:23:48 +0000
commit41be2fb1f9e9b8f796effb81c2bee6cf397136cf (patch)
tree1b6197bc9acafa458cb291491699ede4902b5dc9 /include/llvm
parent148ee4f224be6448834bf039807c70bb1a7c78f5 (diff)
downloadllvm-41be2fb1f9e9b8f796effb81c2bee6cf397136cf.tar.gz
llvm-41be2fb1f9e9b8f796effb81c2bee6cf397136cf.tar.bz2
llvm-41be2fb1f9e9b8f796effb81c2bee6cf397136cf.tar.xz
add support for GlobalAlias to ObjectSizeOffsetVisitor
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171303 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Analysis/MemoryBuiltins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Analysis/MemoryBuiltins.h b/include/llvm/Analysis/MemoryBuiltins.h
index a797374a59..9502f621b1 100644
--- a/include/llvm/Analysis/MemoryBuiltins.h
+++ b/include/llvm/Analysis/MemoryBuiltins.h
@@ -191,6 +191,7 @@ public:
SizeOffsetType visitExtractElementInst(ExtractElementInst &I);
SizeOffsetType visitExtractValueInst(ExtractValueInst &I);
SizeOffsetType visitGEPOperator(GEPOperator &GEP);
+ SizeOffsetType visitGlobalAlias(GlobalAlias &GA);
SizeOffsetType visitGlobalVariable(GlobalVariable &GV);
SizeOffsetType visitIntToPtrInst(IntToPtrInst&);
SizeOffsetType visitLoadInst(LoadInst &I);