summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/include
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-07-29 14:07:29 +0000
committerdim <dim@FreeBSD.org>2015-07-29 14:07:29 +0000
commite7468c5bc3d6186387903b6eaf28e1b6da90794c (patch)
tree6ef9f2eb698f7b7e441290359ecbdfa20c1b2078 /contrib/llvm/include
parent0320ef685432002aead018199e86bbd6507042a0 (diff)
downloadFreeBSD-src-e7468c5bc3d6186387903b6eaf28e1b6da90794c.zip
FreeBSD-src-e7468c5bc3d6186387903b6eaf28e1b6da90794c.tar.gz
Revert r286007-r286009 for now, until I can figure out how to make the
fix compile with older gcc and libstdc++.
Diffstat (limited to 'contrib/llvm/include')
-rw-r--r--contrib/llvm/include/llvm/CodeGen/SelectionDAGISel.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/llvm/include/llvm/CodeGen/SelectionDAGISel.h b/contrib/llvm/include/llvm/CodeGen/SelectionDAGISel.h
index 909364e..b5ec8cb 100644
--- a/contrib/llvm/include/llvm/CodeGen/SelectionDAGISel.h
+++ b/contrib/llvm/include/llvm/CodeGen/SelectionDAGISel.h
@@ -238,12 +238,6 @@ public:
const unsigned char *MatcherTable,
unsigned TableSize);
- /// \brief Return true if complex patterns for this target can mutate the
- /// DAG.
- virtual bool ComplexPatternFuncMutatesDAG() const {
- return false;
- }
-
private:
// Calls to these functions are generated by tblgen.
OpenPOWER on IntegriCloud