Whitespace.

llvm-svn: 199785
This commit is contained in:
NAKAMURA Takumi 2014-01-22 03:12:43 +00:00
parent d850a06604
commit 89b8c17ff2
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ static int AsLexInput(SourceMgr &SrcMgr, MCAsmInfo &MAI, tool_output_file *Out)
return Error;
}
static int AssembleInput(const char *ProgName, const Target *TheTarget,
static int AssembleInput(const char *ProgName, const Target *TheTarget,
SourceMgr &SrcMgr, MCContext &Ctx, MCStreamer &Str,
MCAsmInfo &MAI, MCSubtargetInfo &STI, MCInstrInfo &MCII) {
OwningPtr<MCAsmParser> Parser(createMCAsmParser(SrcMgr, Ctx,