Fix fpimmm->fpimm typo.
[oota-llvm.git] / utils / TableGen / FastISelEmitter.cpp
index f54e8df40f2d623c8dc0997af7dee7b694d1ffbd..66fc9a68ba83d9c34ee7a318ce179a570900e592 100644 (file)
@@ -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