mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
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:
parent
41c749a31f
commit
a9a920d652
@ -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