Author: ddunbar Date: Mon May 18 16:47:54 2009 New Revision: 72046 URL: http://llvm.org/viewvc/llvm-project?rev=72046&view=rev Log: Reformat a comment
Modified: cfe/trunk/lib/Driver/Driver.cpp Modified: cfe/trunk/lib/Driver/Driver.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Driver.cpp?rev=72046&r1=72045&r2=72046&view=diff ============================================================================== --- cfe/trunk/lib/Driver/Driver.cpp (original) +++ cfe/trunk/lib/Driver/Driver.cpp Mon May 18 16:47:54 2009 @@ -595,12 +595,11 @@ Ty = types::TY_Object; } - // -ObjC and -ObjC++ override the default language, but only - // -for "source files". We just treat everything that isn't a - // -linker input as a source file. + // -ObjC and -ObjC++ override the default language, but only for "source + // files". We just treat everything that isn't a linker input as a + // source file. // - // FIXME: Clean this up if we move the phase sequence into the - // type. + // FIXME: Clean this up if we move the phase sequence into the type. if (Ty != types::TY_Object) { if (Args.hasArg(options::OPT_ObjC)) Ty = types::TY_ObjC; _______________________________________________ cfe-commits mailing list cfe-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits