Remove name from FIXME.

llvm-svn: 254985
This commit is contained in:
Eric Christopher 2015-12-08 01:59:51 +00:00
parent 379294685b
commit b0a44f70e3
1 changed files with 1 additions and 1 deletions

View File

@ -6109,7 +6109,7 @@ void hexagon::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
CmdArgs.push_back(II.getFilename()); CmdArgs.push_back(II.getFilename());
else else
// Don't render as input, we need gcc to do the translations. // Don't render as input, we need gcc to do the translations.
// FIXME: Pranav: What is this ? // FIXME: What is this?
II.getInputArg().render(Args, CmdArgs); II.getInputArg().render(Args, CmdArgs);
} }