Skip to content

Commit 50cf8b4

Browse files
committed
format
1 parent 4676fef commit 50cf8b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/CodeGen/TargetInstrInfo.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ static cl::opt<unsigned int> MaxAccumulatorWidth(
5656
"acc-max-width", cl::Hidden, cl::init(3),
5757
cl::desc("Maximum number of branches in the accumulator tree"));
5858

59-
static cl::opt<bool> AllowNTRemat(
60-
"allow-none-trival-remat", cl::init(true), cl::Hidden,
61-
cl::desc("Allow non-trivial rematerialization by default"));
59+
static cl::opt<bool>
60+
AllowNTRemat("allow-none-trival-remat", cl::init(true), cl::Hidden,
61+
cl::desc("Allow non-trivial rematerialization by default"));
6262

6363
TargetInstrInfo::~TargetInstrInfo() = default;
6464

0 commit comments

Comments
 (0)