1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Remove unnecessary FIXME comment

It has been fixed by commit r237797.

llvm-svn: 237890
This commit is contained in:
Renato Golin 2015-05-21 10:47:56 +00:00
parent 15521cea9f
commit 569f0c5538

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();