summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2015-05-21 10:47:56 +0000
committerRenato Golin <renato.golin@linaro.org>2015-05-21 10:47:56 +0000
commitbea5bd18eb16b32c2bf2f8e244eb5dd7c0fe0931 (patch)
treef4c1c8353891694b3fb63ceb030f75e1f970a2f9 /llvm/lib/Support
parentf483abc14e3d335dcc5bedc34e7184990483eadc (diff)
downloadbcm5719-llvm-bea5bd18eb16b32c2bf2f8e244eb5dd7c0fe0931.tar.gz
bcm5719-llvm-bea5bd18eb16b32c2bf2f8e244eb5dd7c0fe0931.zip
Remove unnecessary FIXME comment
It has been fixed by commit r237797. llvm-svn: 237890
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r--llvm/lib/Support/Triple.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Support/Triple.cpp b/llvm/lib/Support/Triple.cpp
index 7f08ce0de47..02ccfd31242 100644
--- a/llvm/lib/Support/Triple.cpp
+++ b/llvm/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();
OpenPOWER on IntegriCloud