Remove unnecessary FIXME comment

It has been fixed by commit r237797.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237890 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Renato Golin 2015-05-21 10:47:56 +00:00
parent 41c749a31f
commit a9a920d652

View File

@ -1075,8 +1075,6 @@ Triple Triple::get64BitArchVariant() const {
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();