projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41c749a
)
Remove unnecessary FIXME comment
author
Renato Golin
<renato.golin@linaro.org>
Thu, 21 May 2015 10:47:56 +0000
(10:47 +0000)
committer
Renato Golin
<renato.golin@linaro.org>
Thu, 21 May 2015 10:47:56 +0000
(10:47 +0000)
It has been fixed by commit r237797.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237890
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/Triple.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/Triple.cpp
b/lib/Support/Triple.cpp
index 7f08ce0de473517c2608564082622f5104b374a4..02ccfd31242933b2d1edada2ba7ae3ad5be97d7a 100644
(file)
--- 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();