]> granicus.if.org Git - clang/commitdiff
Remove name from FIXME.
authorEric Christopher <echristo@gmail.com>
Tue, 8 Dec 2015 01:59:51 +0000 (01:59 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 8 Dec 2015 01:59:51 +0000 (01:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254985 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Tools.cpp

index f6d7be5df08b7e2ffd1ea235ff252e74ba974258..eb19a65c64e17b9819b098ecf47b0ab950f88c25 100644 (file)
@@ -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);
   }