mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +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:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user