commit | a29efcfabb827adc227ccb916e45d96e5b63d05e | [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 | 04dcf8d17ba3de19b9b517dbcf26b31d5ed8f5a5 [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) {