diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-24 07:06:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-24 07:06:50 +0000 |
commit | 91c6a822baaba3cb2def94224115e57b84805347 (patch) | |
tree | f4dc2be05accba1ccf02ff1c0f3bbf4c7ac26f45 /utils/TableGen/DAGISelMatcher.h | |
parent | 95b6b9ae75bce23eb3e536f37a3e1b84fbedc9bb (diff) |
The new isel passes all tests, time to start making it go fast.
Also add an easy macro at the top of DAGISelEmitter.cpp to enable
it. Lets see if I can avoid accidentally turning it on :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97029 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/DAGISelMatcher.h')
-rw-r--r-- | utils/TableGen/DAGISelMatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/DAGISelMatcher.h b/utils/TableGen/DAGISelMatcher.h index 469a2807ff..4dcbc8f55f 100644 --- a/utils/TableGen/DAGISelMatcher.h +++ b/utils/TableGen/DAGISelMatcher.h @@ -26,7 +26,7 @@ namespace llvm { MatcherNode *ConvertPatternToMatcher(const PatternToMatch &Pattern, const CodeGenDAGPatterns &CGP); - +void OptimizeMatcher(const MatcherNode *Matcher); void EmitMatcherTable(const MatcherNode *Matcher, raw_ostream &OS); |