mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-08 05:26:50 +00:00
Don't apply type information to loads
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5683 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ff2d556bab
commit
af68ccefeb
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user