summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-08-13 19:55:00 +0000
committerDan Gohman <gohman@apple.com>2008-08-13 19:55:00 +0000
commite81ac0b66f636317570c5daa0e8775853a9f59aa (patch)
tree3b3208ad7ed077bd49c937402437704aa6788d98 /llvm/utils/TableGen
parenta7b8aed469a2567f03b40ab848b880bf116c92c6 (diff)
downloadbcm5719-llvm-e81ac0b66f636317570c5daa0e8775853a9f59aa.tar.gz
bcm5719-llvm-e81ac0b66f636317570c5daa0e8775853a9f59aa.zip
Oops, check in these files too, for the FastISel -> Fast rename.
llvm-svn: 54750
Diffstat (limited to 'llvm/utils/TableGen')
-rw-r--r--llvm/utils/TableGen/DAGISelEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/DAGISelEmitter.cpp b/llvm/utils/TableGen/DAGISelEmitter.cpp
index c9ca971c18b..9f0f155a7fc 100644
--- a/llvm/utils/TableGen/DAGISelEmitter.cpp
+++ b/llvm/utils/TableGen/DAGISelEmitter.cpp
@@ -429,7 +429,7 @@ public:
NumInputRootOps = N->getNumChildren();
if (DisablePatternForFastISel(N, CGP))
- emitCheck("!FastISel");
+ emitCheck("!Fast");
std::string PredicateCheck;
for (unsigned i = 0, e = Predicates->getSize(); i != e; ++i) {
OpenPOWER on IntegriCloud