mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Revert 72707 and 72709, for the moment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -43,9 +43,7 @@ enum SDNP {
|
||||
SDNPMayLoad,
|
||||
SDNPMayStore,
|
||||
SDNPSideEffect,
|
||||
SDNPMemOperand,
|
||||
SDNPInI1,
|
||||
SDNPOutI1
|
||||
SDNPMemOperand
|
||||
};
|
||||
|
||||
// ComplexPattern attributes.
|
||||
@@ -211,12 +209,10 @@ public:
|
||||
void getInstructionsByEnumValue(std::vector<const CodeGenInstruction*>
|
||||
&NumberedInstructions);
|
||||
|
||||
|
||||
/// isLittleEndianEncoding - are instruction bit patterns defined as [0..n]?
|
||||
///
|
||||
bool isLittleEndianEncoding() const;
|
||||
|
||||
/// supportsHasI1 - does this target understand HasI1 for ADDE and ADDC?
|
||||
bool supportsHasI1() const;
|
||||
};
|
||||
|
||||
/// ComplexPattern - ComplexPattern info, corresponding to the ComplexPattern
|
||||
|
Reference in New Issue
Block a user