Skip to content

Commit

Permalink
White space cleanup.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269919 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed May 18, 2016
1 parent 3b69c0e commit ae88dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/llvm/LTO/LTOCodeGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ struct LTOCodeGenerator {
void setTargetOptions(TargetOptions Options);
void setDebugInfo(lto_debug_model);
void setCodePICModel(Reloc::Model Model) { RelocModel = Model; }

/// Set the file type to be emitted (assembly or object code).
/// The default is TargetMachine::CGFT_ObjectFile.
/// The default is TargetMachine::CGFT_ObjectFile.
void setFileType(TargetMachine::CodeGenFileType FT) { FileType = FT; }

void setCpu(const char *MCpu) { this->MCpu = MCpu; }
Expand Down

0 comments on commit ae88dc4

Please sign in to comment.