projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2bcde4
)
Add new method
author
Chris Lattner
<sabre@nondot.org>
Tue, 28 Oct 2003 23:10:44 +0000
(23:10 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 28 Oct 2003 23:10:44 +0000
(23:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9570
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/FindUsedTypes.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/FindUsedTypes.h
b/include/llvm/Analysis/FindUsedTypes.h
index 50d659e2fac847b9048331a6e193d877b6b8a028..740e0517265dc8531e51ef451e52e5558a9dceb3 100644
(file)
--- a/
include/llvm/Analysis/FindUsedTypes.h
+++ b/
include/llvm/Analysis/FindUsedTypes.h
@@
-39,6
+39,10
@@
private:
///
void IncorporateType(const Type *Ty);
+ /// IncorporateValue - Incorporate all of the types used by this value.
+ ///
+ void IncorporateValue(const Value *V);
+
/// IncorporateSymbolTable - Include any named types.
///
void IncorporateSymbolTable(const SymbolTable &ST);