summaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelEmitter.cpp
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
commitea9587bf41ab9b3de3846ab7de797a5d9bbdeec7 (patch)
tree24fce25242c7ac5360a2ff8c0c978ebf7927f3c9 /utils/TableGen/DAGISelEmitter.cpp
parent925a7e8ed6522f291b4ae559ccfa56db461016e3 (diff)
downloadllvm-ea9587bf41ab9b3de3846ab7de797a5d9bbdeec7.tar.gz
llvm-ea9587bf41ab9b3de3846ab7de797a5d9bbdeec7.tar.bz2
llvm-ea9587bf41ab9b3de3846ab7de797a5d9bbdeec7.tar.xz
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
Diffstat (limited to 'utils/TableGen/DAGISelEmitter.cpp')
-rw-r--r--utils/TableGen/DAGISelEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/DAGISelEmitter.cpp b/utils/TableGen/DAGISelEmitter.cpp
index c9ca971c18..9f0f155a7f 100644
--- a/utils/TableGen/DAGISelEmitter.cpp
+++ b/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) {