aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/CodeGenTarget.h
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2009-06-02 03:12:52 +0000
committerDale Johannesen <dalej@apple.com>2009-06-02 03:12:52 +0000
commit5234d3795f3ebacb5800b761ae4c9b6788f49c15 (patch)
treee57afc8e91f7a05979094d6eae91d5687a6969c7 /llvm/utils/TableGen/CodeGenTarget.h
parent2d725b19da4a3225d2b01e9cf6e9ddc9641cee5a (diff)
downloadllvm-5234d3795f3ebacb5800b761ae4c9b6788f49c15.zip
llvm-5234d3795f3ebacb5800b761ae4c9b6788f49c15.tar.gz
llvm-5234d3795f3ebacb5800b761ae4c9b6788f49c15.tar.bz2
Revert 72707 and 72709, for the moment.
llvm-svn: 72712
Diffstat (limited to 'llvm/utils/TableGen/CodeGenTarget.h')
-rw-r--r--llvm/utils/TableGen/CodeGenTarget.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/llvm/utils/TableGen/CodeGenTarget.h b/llvm/utils/TableGen/CodeGenTarget.h
index c44c6f0..c7cc77c 100644
--- a/llvm/utils/TableGen/CodeGenTarget.h
+++ b/llvm/utils/TableGen/CodeGenTarget.h
@@ -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