commit | ea9587bf41ab9b3de3846ab7de797a5d9bbdeec7 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Aug 13 19:55:00 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Aug 13 19:55:00 2008 +0000 |
tree | 24fce25242c7ac5360a2ff8c0c978ebf7927f3c9 | |
parent | 925a7e8ed6522f291b4ae559ccfa56db461016e3 [diff] [blame] |
Oops, check in these files too, for the FastISel -> Fast rename. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54750 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/DAGISelEmitter.cpp b/utils/TableGen/DAGISelEmitter.cpp index c9ca971..9f0f155 100644 --- a/utils/TableGen/DAGISelEmitter.cpp +++ b/utils/TableGen/DAGISelEmitter.cpp
@@ -429,7 +429,7 @@ NumInputRootOps = N->getNumChildren(); if (DisablePatternForFastISel(N, CGP)) - emitCheck("!FastISel"); + emitCheck("!Fast"); std::string PredicateCheck; for (unsigned i = 0, e = Predicates->getSize(); i != e; ++i) {