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:
b25ac34
)
Change signature of this method again
author
Chris Lattner
<sabre@nondot.org>
Thu, 7 Oct 2004 19:19:12 +0000
(19:19 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 7 Oct 2004 19:19:12 +0000
(19:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16810
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Type.h
patch
|
blob
|
history
diff --git
a/include/llvm/Type.h
b/include/llvm/Type.h
index 06666cf7aa9add15f173c9c2a664fa2927913981..3324b8e423685ee7a735ce2a6b123dfa0a7891c9 100644
(file)
--- a/
include/llvm/Type.h
+++ b/
include/llvm/Type.h
@@
-103,7
+103,7
@@
protected:
// PromoteAbstractToConcrete - This is an internal method used to calculate
// change "Abstract" from true to false when types are refined.
-
bool PromoteAbstractToConcrete(void *
);
+
void PromoteAbstractToConcrete(
);
unsigned getRefCount() const { return RefCount; }