Fix fpimmm->fpimm typo.
authorEric Christopher <echristo@apple.com>
Tue, 23 Aug 2011 15:42:35 +0000 (15:42 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 23 Aug 2011 15:42:35 +0000 (15:42 +0000)
Patch by Micah Villmow!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138330 91177308-0d34-0410-b5e6-96231b3b80d8

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