[llvm-commits] CVS: llvm/include/llvm/Type.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Sep 2 16:56:02 PDT 2003
Changes in directory llvm/include/llvm:
Type.h updated: 1.27 -> 1.28
---
Log message:
New method
---
Diffs of the changes:
Index: llvm/include/llvm/Type.h
diff -u llvm/include/llvm/Type.h:1.27 llvm/include/llvm/Type.h:1.28
--- llvm/include/llvm/Type.h:1.27 Tue Sep 2 16:40:33 2003
+++ llvm/include/llvm/Type.h Tue Sep 2 16:54:56 2003
@@ -88,6 +88,9 @@
///
inline void setAbstract(bool Val) { Abstract = Val; }
+ /// isTypeAbstract - This method is used to calculate the Abstract bit.
+ ///
+ bool isTypeAbstract();
public:
virtual void print(std::ostream &O) const;
More information about the llvm-commits
mailing list