projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88a1285
)
Remove duplicated comment.
author
Simon Atanasyan
<simon@atanasyan.com>
Sat, 13 Apr 2013 06:43:15 +0000
(06:43 +0000)
committer
Simon Atanasyan
<simon@atanasyan.com>
Sat, 13 Apr 2013 06:43:15 +0000
(06:43 +0000)
llvm-svn: 179454
clang/lib/Driver/Tools.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/Driver/Tools.cpp
b/clang/lib/Driver/Tools.cpp
index
1b4c931
..
7cec709
100644
(file)
--- a/
clang/lib/Driver/Tools.cpp
+++ b/
clang/lib/Driver/Tools.cpp
@@
-901,8
+901,6
@@
static StringRef getGnuCompatibleMipsABIName(StringRef ABI) {
// Select the MIPS float ABI as determined by -msoft-float, -mhard-float,
// and -mfloat-abi=.
static StringRef getMipsFloatABI(const Driver &D, const ArgList &Args) {
- // Select the float ABI as determined by -msoft-float, -mhard-float,
- // and -mfloat-abi=.
StringRef FloatABI;
if (Arg *A = Args.getLastArg(options::OPT_msoft_float,
options::OPT_mhard_float,