From: Renato Golin Date: Thu, 21 May 2015 10:47:56 +0000 (+0000) Subject: Remove unnecessary FIXME comment X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=a9a920d652ae0e6981fcf915dd82e391ce1e0705 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 --- diff --git a/lib/Support/Triple.cpp b/lib/Support/Triple.cpp index 7f08ce0de47..02ccfd31242 100644 --- a/lib/Support/Triple.cpp +++ b/lib/Support/Triple.cpp @@ -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();