Skip to content

Commit 86d14ed

Browse files
committed
TableGen: Remove dead code
1 parent 20ca49b commit 86d14ed

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

llvm/include/llvm/Target/TargetSelectionDAG.td

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -716,19 +716,6 @@ class SDNodeXForm<SDNode opc, code xformFunction> {
716716

717717
def NOOP_SDNodeXForm : SDNodeXForm<imm, [{}]>;
718718

719-
//===----------------------------------------------------------------------===//
720-
// PatPred Subclasses.
721-
//
722-
// These allow specifying different sorts of predicates that control whether a
723-
// node is matched.
724-
//
725-
class PatPred;
726-
727-
class CodePatPred<code predicate> : PatPred {
728-
code PredicateCode = predicate;
729-
}
730-
731-
732719
//===----------------------------------------------------------------------===//
733720
// Selection DAG Pattern Fragments.
734721
//

0 commit comments

Comments
 (0)