Skip to content

Commit db8ef61

Browse files
authored
[NFC] Fix code line exceeding 80 columns (#104428)
1 parent 2d52eb6 commit db8ef61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/tools/llc/llc.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@ static cl::opt<std::string> SplitDwarfFile(
130130
static cl::opt<bool> NoVerify("disable-verify", cl::Hidden,
131131
cl::desc("Do not verify input module"));
132132

133-
static cl::opt<bool> DisableSimplifyLibCalls("disable-simplify-libcalls",
134-
cl::desc("Disable simplify-libcalls"));
133+
static cl::opt<bool>
134+
DisableSimplifyLibCalls("disable-simplify-libcalls",
135+
cl::desc("Disable simplify-libcalls"));
135136

136137
static cl::opt<bool> ShowMCEncoding("show-mc-encoding", cl::Hidden,
137138
cl::desc("Show encoding in .s output"));

0 commit comments

Comments
 (0)