80 columns.

llvm-svn: 54998
This commit is contained in:
Dan Gohman 2008-08-19 18:07:49 +00:00
parent 3a57ef9668
commit 1701d4ef7e

View File

@ -210,8 +210,10 @@ void FastISelEmitter::run(std::ostream &OS) {
// Ok, we found a pattern that we can handle. Remember it.
{
InstructionMemo Memo = { Pattern.getDstPattern()->getOperator()->getName(),
DstRC };
InstructionMemo Memo = {
Pattern.getDstPattern()->getOperator()->getName(),
DstRC
};
SimplePatterns[Operands][OpcodeName][VT] = Memo;
}