diff --git a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp index ddf5f9ccde6..8ac4fb6361c 100644 --- a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp +++ b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp @@ -1231,8 +1231,7 @@ void AsmPrinter::EmitLLVMUsedList(const Constant *List) { typedef std::pair Structor; -static bool priority_order(const Structor& lhs, const Structor& rhs) -{ +static bool priority_order(const Structor& lhs, const Structor& rhs) { return lhs.first < rhs.first; }