mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +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:
parent
9976bac385
commit
691a4882ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user