forked from OSchip/llvm-project
parent
cfb7b917cb
commit
f29df34d12
|
@ -805,8 +805,8 @@ void FastISelMap::printFunctionDefinitions(raw_ostream &OS) {
|
||||||
Operands.PrintParameters(OS);
|
Operands.PrintParameters(OS);
|
||||||
OS << ") {\n";
|
OS << ") {\n";
|
||||||
|
|
||||||
// If there are any forms of this signature available that operand on
|
// If there are any forms of this signature available that operate on
|
||||||
// constrained forms of the immediate (e.g. 32-bit sext immediate in a
|
// constrained forms of the immediate (e.g., 32-bit sext immediate in a
|
||||||
// 64-bit operand), check them first.
|
// 64-bit operand), check them first.
|
||||||
|
|
||||||
std::map<OperandsSignature, std::vector<OperandsSignature> >::iterator MI
|
std::map<OperandsSignature, std::vector<OperandsSignature> >::iterator MI
|
||||||
|
|
Loading…
Reference in New Issue