From 641cca3ddfe373e6fe75d47f5ee516bfca2bc50d Mon Sep 17 00:00:00 2001 From: Andrea Di Biagio Date: Wed, 25 Apr 2018 10:27:30 +0000 Subject: [llvm-mca] run clang-format on a bunch of files. NFC llvm-svn: 330811 --- llvm/tools/llvm-mca/llvm-mca.cpp | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'llvm/tools/llvm-mca/llvm-mca.cpp') diff --git a/llvm/tools/llvm-mca/llvm-mca.cpp b/llvm/tools/llvm-mca/llvm-mca.cpp index 0e1d18ee09e..d0f942a6dde 100644 --- a/llvm/tools/llvm-mca/llvm-mca.cpp +++ b/llvm/tools/llvm-mca/llvm-mca.cpp @@ -38,10 +38,10 @@ #include "llvm/MC/MCParser/MCTargetAsmParser.h" #include "llvm/MC/MCRegisterInfo.h" #include "llvm/MC/MCStreamer.h" -#include "llvm/Support/Host.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/ErrorOr.h" #include "llvm/Support/FileSystem.h" +#include "llvm/Support/Host.h" #include "llvm/Support/InitLLVM.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/SourceMgr.h" @@ -97,20 +97,18 @@ static cl::opt cl::desc("Print register file statistics"), cl::init(false)); -static cl::opt - PrintDispatchStats("dispatch-stats", - cl::desc("Print dispatch statistics"), - cl::init(false)); +static cl::opt PrintDispatchStats("dispatch-stats", + cl::desc("Print dispatch statistics"), + cl::init(false)); -static cl::opt - PrintSchedulerStats("scheduler-stats", - cl::desc("Print scheduler statistics"), - cl::init(false)); +static cl::opt PrintSchedulerStats("scheduler-stats", + cl::desc("Print scheduler statistics"), + cl::init(false)); static cl::opt PrintRetireStats("retire-stats", - cl::desc("Print retire control unit statistics"), - cl::init(false)); + cl::desc("Print retire control unit statistics"), + cl::init(false)); static cl::opt PrintResourcePressureView("resource-pressure", -- cgit v1.2.3