From 9d24d0c3e60ddf9d976bffc133f7892f74710cd2 Mon Sep 17 00:00:00 2001 From: David Greene Date: Tue, 5 Jan 2010 01:29:03 +0000 Subject: Change errs() to dbgs(). llvm-svn: 92646 --- llvm/lib/Support/CommandLine.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/lib/Support/CommandLine.cpp') diff --git a/llvm/lib/Support/CommandLine.cpp b/llvm/lib/Support/CommandLine.cpp index b6c0e08c8ca..75b02d33171 100644 --- a/llvm/lib/Support/CommandLine.cpp +++ b/llvm/lib/Support/CommandLine.cpp @@ -778,10 +778,10 @@ void cl::ParseCommandLineOptions(int argc, char **argv, free(*i); } - DEBUG(errs() << "Args: "; + DEBUG(dbgs() << "Args: "; for (int i = 0; i < argc; ++i) - errs() << argv[i] << ' '; - errs() << '\n'; + dbgs() << argv[i] << ' '; + dbgs() << '\n'; ); // If we had an error processing our arguments, don't let the program execute -- cgit v1.2.3