Remove unnecessary FIXME comment
authorRenato Golin <renato.golin@linaro.org>
Thu, 21 May 2015 10:47:56 +0000 (10:47 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 21 May 2015 10:47:56 +0000 (10:47 +0000)
It has been fixed by commit r237797.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237890 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Triple.cpp

index 7f08ce0de473517c2608564082622f5104b374a4..02ccfd31242933b2d1edada2ba7ae3ad5be97d7a 100644 (file)
@@ -1075,8 +1075,6 @@ Triple Triple::get64BitArchVariant() const {
   return T;
 }
 
   return T;
 }
 
-// FIXME: Use ARMTargetParser. This would require ARCHNames to hold
-// specific CPU names, as well as default CPU arch.
 const char *Triple::getARMCPUForArch(StringRef MArch) const {
   if (MArch.empty())
     MArch = getArchName();
 const char *Triple::getARMCPUForArch(StringRef MArch) const {
   if (MArch.empty())
     MArch = getArchName();