From: Eric Christopher Date: Tue, 23 Aug 2011 15:42:35 +0000 (+0000) Subject: Fix fpimmm->fpimm typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=691a4882ed086912edfe60da225bdc3f3e2f9a82;p=oota-llvm.git 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 --- diff --git a/utils/TableGen/FastISelEmitter.cpp b/utils/TableGen/FastISelEmitter.cpp index f54e8df40f2..66fc9a68ba8 100644 --- a/utils/TableGen/FastISelEmitter.cpp +++ b/utils/TableGen/FastISelEmitter.cpp @@ -504,7 +504,7 @@ void FastISelMap::collectPatterns(CodeGenDAGPatterns &CGP) { std::vector* PhysRegInputs = new std::vector(); 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