Skip to content

Commit 0bb09c6

Browse files
committed
Fix clang-format
Created using spr 1.3.4
1 parent c7c3fe2 commit 0bb09c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/utils/TableGen/FastISelEmitter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,8 @@ void FastISelMap::printFunctionDefinitions(raw_ostream &OS) {
725725
Operands.PrintParameters(OS);
726726
OS << ") {\n";
727727

728-
emitInstructionCode(OS, Operands, PM, std::string(getEnumName(RetVT)));
728+
emitInstructionCode(OS, Operands, PM,
729+
std::string(getEnumName(RetVT)));
729730
}
730731

731732
// Emit one function for the type that demultiplexes on return type.

0 commit comments

Comments
 (0)