File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ static cl::opt<bool>
37
37
EnableTrapUnreachable (" trap-unreachable" , cl::Hidden,
38
38
cl::desc (" Enable generating trap for unreachable" ));
39
39
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." ));
44
44
45
45
void LLVMTargetMachine::initAsmInfo () {
46
46
MRI.reset (TheTarget.createMCRegInfo (getTargetTriple ().str ()));
You can’t perform that action at this time.
0 commit comments