Skip to content

Commit 0dfd914

Browse files
committed
fmt2
Created using spr 1.3.4
1 parent 510e42f commit 0dfd914

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Support/DebugCounter.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@ void DebugCounter::push_back(const std::string &Val) {
175175
#ifdef NDEBUG
176176
// isCountingEnabled is hardcoded to false in NDEBUG.
177177
errs() << "Requested --debug-counter in LLVM build without assertions. This "
178-
"is a "
179-
"no-op.\n";
178+
"is a no-op.\n";
180179
#endif
181180

182181
// The strings should come in as counter=chunk_list

0 commit comments

Comments
 (0)