Skip to content

Commit f446595

Browse files
committed
Formatting
1 parent d47bbc0 commit f446595

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,11 @@ static cl::opt<bool> ClOutlineInstrumentation(
6464
"ELF size"),
6565
cl::Hidden, cl::init(false));
6666

67-
6867
static cl::opt<bool> ClVerifyOutlinedInstrumentation(
69-
"tysan-verify-outlined-instrumentation",
70-
cl::desc("Check types twice with both inlined instrumentation and "
71-
"function calls. This verifies that they behave the same."),
72-
cl::Hidden, cl::init(false));
68+
"tysan-verify-outlined-instrumentation",
69+
cl::desc("Check types twice with both inlined instrumentation and "
70+
"function calls. This verifies that they behave the same."),
71+
cl::Hidden, cl::init(false));
7372

7473
STATISTIC(NumInstrumentedAccesses, "Number of instrumented accesses");
7574

0 commit comments

Comments
 (0)