Skip to content
Snippets Groups Projects
Commit e2d58f20 authored by Chris Lattner's avatar Chris Lattner
Browse files

Don't apply type information to loads

llvm-svn: 5683
parent 96afad55
No related branches found
No related tags found
No related merge requests found
...@@ -181,7 +181,8 @@ public: ...@@ -181,7 +181,8 @@ public:
/// This method returns true if the node is completely folded, otherwise /// This method returns true if the node is completely folded, otherwise
/// false. /// 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 /// foldNodeCompletely - If we determine that this node has some funny
/// behavior happening to it that we cannot represent, we fold it down to a /// behavior happening to it that we cannot represent, we fold it down to a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment