Whitespace cleanup.

llvm-svn: 197580
This commit is contained in:
Rafael Espindola 2013-12-18 15:52:38 +00:00
parent 48f986faee
commit af789a05b2
1 changed files with 2 additions and 2 deletions

View File

@ -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,