Skip to content

Commit 53b8116

Browse files
committed
Formatting
1 parent ba629e7 commit 53b8116

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
@@ -68,12 +68,11 @@ static cl::opt<bool> ClOutlineInstrumentation(
6868
"ELF size"),
6969
cl::Hidden, cl::init(false));
7070

71-
7271
static cl::opt<bool> ClVerifyOutlinedInstrumentation(
73-
"tysan-verify-outlined-instrumentation",
74-
cl::desc("Check types twice with both inlined instrumentation and "
75-
"function calls. This verifies that they behave the same."),
76-
cl::Hidden, cl::init(false));
72+
"tysan-verify-outlined-instrumentation",
73+
cl::desc("Check types twice with both inlined instrumentation and "
74+
"function calls. This verifies that they behave the same."),
75+
cl::Hidden, cl::init(false));
7776

7877
STATISTIC(NumInstrumentedAccesses, "Number of instrumented accesses");
7978

0 commit comments

Comments
 (0)