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:
parent
15521cea9f
commit
569f0c5538
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user