From: Eric Christopher Date: Tue, 8 Dec 2015 01:59:51 +0000 (+0000) Subject: Remove name from FIXME. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da14a27108a55efcdfa742df1b91b3853a56c218;p=clang Remove name from FIXME. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254985 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index f6d7be5df0..eb19a65c64 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -6109,7 +6109,7 @@ void hexagon::Assembler::ConstructJob(Compilation &C, const JobAction &JA, CmdArgs.push_back(II.getFilename()); else // 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); }