diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2012-12-31 16:23:48 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2012-12-31 16:23:48 +0000 |
commit | 41be2fb1f9e9b8f796effb81c2bee6cf397136cf (patch) | |
tree | 1b6197bc9acafa458cb291491699ede4902b5dc9 /include/llvm/Analysis/MemoryBuiltins.h | |
parent | 148ee4f224be6448834bf039807c70bb1a7c78f5 (diff) | |
download | external_llvm-41be2fb1f9e9b8f796effb81c2bee6cf397136cf.zip external_llvm-41be2fb1f9e9b8f796effb81c2bee6cf397136cf.tar.gz external_llvm-41be2fb1f9e9b8f796effb81c2bee6cf397136cf.tar.bz2 |
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/Analysis/MemoryBuiltins.h')
-rw-r--r-- | include/llvm/Analysis/MemoryBuiltins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Analysis/MemoryBuiltins.h b/include/llvm/Analysis/MemoryBuiltins.h index a797374..9502f62 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); |