Don't apply type information to loads

llvm-svn: 5683
This commit is contained in:
Chris Lattner 2003-03-03 17:13:22 +00:00
parent 96afad55b9
commit e2d58f2065
1 changed files with 2 additions and 1 deletions

View File

@ -181,7 +181,8 @@ public:
/// 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