r197580 - Whitespace cleanup.

Rafael Espindola rafael.espindola at gmail.com
Wed Dec 18 07:52:38 PST 2013


Author: rafael
Date: Wed Dec 18 09:52:38 2013
New Revision: 197580

URL: http://llvm.org/viewvc/llvm-project?rev=197580&view=rev
Log:
Whitespace cleanup.

Modified:
    cfe/trunk/include/clang/CodeGen/BackendUtil.h

Modified: cfe/trunk/include/clang/CodeGen/BackendUtil.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/CodeGen/BackendUtil.h?rev=197580&r1=197579&r2=197580&view=diff
==============================================================================
--- cfe/trunk/include/clang/CodeGen/BackendUtil.h (original)
+++ cfe/trunk/include/clang/CodeGen/BackendUtil.h Wed Dec 18 09:52:38 2013
@@ -21,7 +21,7 @@ namespace clang {
   class CodeGenOptions;
   class TargetOptions;
   class LangOptions;
-  
+
   enum BackendAction {
     Backend_EmitAssembly,  ///< Emit native assembly files
     Backend_EmitBC,        ///< Emit LLVM bitcode files
@@ -30,7 +30,7 @@ namespace clang {
     Backend_EmitMCNull,    ///< Run CodeGen, but don't emit anything
     Backend_EmitObj        ///< Emit native object files
   };
-  
+
   void EmitBackendOutput(DiagnosticsEngine &Diags, const CodeGenOptions &CGOpts,
                          const TargetOptions &TOpts, const LangOptions &LOpts,
                          llvm::Module *M,





More information about the cfe-commits mailing list