mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
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
This commit is contained in:
@@ -504,7 +504,7 @@ void FastISelMap::collectPatterns(CodeGenDAGPatterns &CGP) {
|
|||||||
|
|
||||||
std::vector<std::string>* PhysRegInputs = new std::vector<std::string>();
|
std::vector<std::string>* PhysRegInputs = new std::vector<std::string>();
|
||||||
if (InstPatNode->getOperator()->getName() == "imm" ||
|
if (InstPatNode->getOperator()->getName() == "imm" ||
|
||||||
InstPatNode->getOperator()->getName() == "fpimmm")
|
InstPatNode->getOperator()->getName() == "fpimm")
|
||||||
PhysRegInputs->push_back("");
|
PhysRegInputs->push_back("");
|
||||||
else {
|
else {
|
||||||
// Compute the PhysRegs used by the given pattern, and check that
|
// Compute the PhysRegs used by the given pattern, and check that
|
||||||
|
Reference in New Issue
Block a user