[llvm-commits] CVS: llvm/include/llvm/Analysis/DSNode.h
Chris Lattner
lattner at cs.uiuc.edu
Mon Mar 3 11:14:01 PST 2003
Changes in directory llvm/include/llvm/Analysis:
DSNode.h updated: 1.22 -> 1.23
---
Log message:
Don't apply type information to loads
---
Diffs of the changes:
Index: llvm/include/llvm/Analysis/DSNode.h
diff -u llvm/include/llvm/Analysis/DSNode.h:1.22 llvm/include/llvm/Analysis/DSNode.h:1.23
--- llvm/include/llvm/Analysis/DSNode.h:1.22 Thu Feb 13 13:08:57 2003
+++ llvm/include/llvm/Analysis/DSNode.h Mon Mar 3 11:13:22 2003
@@ -181,7 +181,8 @@
/// This method returns true if the node is completely folded, otherwise
/// false.
///
- bool mergeTypeInfo(const Type *Ty, unsigned Offset);
+ bool mergeTypeInfo(const Type *Ty, unsigned Offset,
+ bool FoldIfIncompatible = true);
/// foldNodeCompletely - If we determine that this node has some funny
/// behavior happening to it that we cannot represent, we fold it down to a
More information about the llvm-commits
mailing list