Skip to content

Commit 05d0c17

Browse files
committed
Run clang-format
1 parent d2b5701 commit 05d0c17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/lib/CodeGen/LLVMTargetMachine.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ static cl::opt<bool>
3737
EnableTrapUnreachable("trap-unreachable", cl::Hidden,
3838
cl::desc("Enable generating trap for unreachable"));
3939

40-
static cl::opt<bool>
41-
EnableNoTrapAfterNoreturn("no-trap-after-noreturn", cl::Hidden,
42-
cl::desc("Do not emit a trap instruction for 'unreachable' IR instructions "
43-
"after noreturn calls, even if --trap-unreachable is set."));
40+
static cl::opt<bool> EnableNoTrapAfterNoreturn(
41+
"no-trap-after-noreturn", cl::Hidden,
42+
cl::desc("Do not emit a trap instruction for 'unreachable' IR instructions "
43+
"after noreturn calls, even if --trap-unreachable is set."));
4444

4545
void LLVMTargetMachine::initAsmInfo() {
4646
MRI.reset(TheTarget.createMCRegInfo(getTargetTriple().str()));

0 commit comments

Comments
 (0)