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:
Dale Johannesen
2009-06-02 03:12:52 +00:00
parent 5d16396a33
commit 874ae251c3
18 changed files with 124 additions and 433 deletions

View File

@@ -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