Skip to content

Commit 4cd368e

Browse files
committed
clang-format
1 parent 25ae36c commit 4cd368e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ static cl::opt<bool> WidenLoads(
4747
cl::init(false));
4848

4949
static cl::opt<bool> Widen16BitOps(
50-
"amdgpu-codegenprepare-widen-16-bit-ops",
51-
cl::desc("Widen uniform 16-bit instructions to 32-bit in AMDGPUCodeGenPrepare"),
52-
cl::ReallyHidden,
53-
cl::init(false));
50+
"amdgpu-codegenprepare-widen-16-bit-ops",
51+
cl::desc(
52+
"Widen uniform 16-bit instructions to 32-bit in AMDGPUCodeGenPrepare"),
53+
cl::ReallyHidden, cl::init(false));
5454

5555
static cl::opt<bool>
5656
BreakLargePHIs("amdgpu-codegenprepare-break-large-phis",

0 commit comments

Comments
 (0)