summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-08-23 15:42:35 +0000
committerEric Christopher <echristo@apple.com>2011-08-23 15:42:35 +0000
commit691a4882ed086912edfe60da225bdc3f3e2f9a82 (patch)
tree96fca635727f135460a8727d8baf48205369bc13 /utils
parent9976bac3857fc4b6fb1386d08114738b108cf3ed (diff)
downloadllvm-691a4882ed086912edfe60da225bdc3f3e2f9a82.tar.gz
llvm-691a4882ed086912edfe60da225bdc3f3e2f9a82.tar.bz2
llvm-691a4882ed086912edfe60da225bdc3f3e2f9a82.tar.xz
Fix fpimmm->fpimm typo.
Patch by Micah Villmow! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138330 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/FastISelEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/FastISelEmitter.cpp b/utils/TableGen/FastISelEmitter.cpp
index f54e8df40f..66fc9a68ba 100644
--- a/utils/TableGen/FastISelEmitter.cpp
+++ b/utils/TableGen/FastISelEmitter.cpp
@@ -504,7 +504,7 @@ void FastISelMap::collectPatterns(CodeGenDAGPatterns &CGP) {
std::vector<std::string>* PhysRegInputs = new std::vector<std::string>();
if (InstPatNode->getOperator()->getName() == "imm" ||
- InstPatNode->getOperator()->getName() == "fpimmm")
+ InstPatNode->getOperator()->getName() == "fpimm")
PhysRegInputs->push_back("");
else {
// Compute the PhysRegs used by the given pattern, and check that