mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
Pass AliasAnalysis thru to DAGCombiner.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30984 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include <string>
|
||||
|
||||
namespace llvm {
|
||||
class AliasAnalysis;
|
||||
class TargetLowering;
|
||||
class TargetMachine;
|
||||
class MachineDebugInfo;
|
||||
@@ -116,7 +117,7 @@ public:
|
||||
/// certain types of nodes together, or eliminating superfluous nodes. When
|
||||
/// the AfterLegalize argument is set to 'true', Combine takes care not to
|
||||
/// generate any nodes that will be illegal on the target.
|
||||
void Combine(bool AfterLegalize);
|
||||
void Combine(bool AfterLegalize, AliasAnalysis &AA);
|
||||
|
||||
/// Legalize - This transforms the SelectionDAG into a SelectionDAG that is
|
||||
/// compatible with the target instruction selector, as indicated by the
|
||||
|
Reference in New Issue
Block a user