File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/include/llvm/Support Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ void setCurrentDebugType(const char *Type);
53
53
void setCurrentDebugTypes (const char **Types, unsigned Count);
54
54
55
55
// / DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
56
- // / information. In the '-debug' option is specified on the commandline, and if
56
+ // / information. If the '-debug' option is specified on the commandline, and if
57
57
// / this is a debug build, then the code specified as the option to the macro
58
58
// / will be executed. Otherwise it will not be. Example:
59
59
// /
@@ -92,7 +92,7 @@ extern bool EnableDebugBuffering;
92
92
raw_ostream &dbgs ();
93
93
94
94
// DEBUG macro - This macro should be used by passes to emit debug information.
95
- // In the '-debug' option is specified on the commandline, and if this is a
95
+ // If the '-debug' option is specified on the commandline, and if this is a
96
96
// debug build, then the code specified as the option to the macro will be
97
97
// executed. Otherwise it will not be. Example:
98
98
//
You can’t perform that action at this time.
0 commit comments