aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenTarget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/TableGen/CodeGenTarget.cpp')
-rw-r--r--utils/TableGen/CodeGenTarget.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/TableGen/CodeGenTarget.cpp b/utils/TableGen/CodeGenTarget.cpp
index a64aef9a4e..aad1be9416 100644
--- a/utils/TableGen/CodeGenTarget.cpp
+++ b/utils/TableGen/CodeGenTarget.cpp
@@ -385,13 +385,6 @@ bool CodeGenTarget::isLittleEndianEncoding() const {
return getInstructionSet()->getValueAsBit("isLittleEndianEncoding");
}
-/// supportsHasI1 - Return whether this target supports the implicit I1,
-/// rather than Flags, for ADDC/ADDE
-///
-bool CodeGenTarget::supportsHasI1() const {
- return getInstructionSet()->getValueAsBit("supportsHasI1");
-}
-
//===----------------------------------------------------------------------===//
// ComplexPattern implementation
//