summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2013-04-13 06:43:15 +0000
committerSimon Atanasyan <simon@atanasyan.com>2013-04-13 06:43:15 +0000
commite64a2b37a34084407fd20ba9f797663c9e68aa1f (patch)
tree43a273ade78a03376e624af34ae8176ad98c1de1 /clang/lib/Driver/Tools.cpp
parent88a1285b4f0b719f592f2cd285180e0d03ae5caa (diff)
downloadbcm5719-llvm-e64a2b37a34084407fd20ba9f797663c9e68aa1f.tar.gz
bcm5719-llvm-e64a2b37a34084407fd20ba9f797663c9e68aa1f.zip
Remove duplicated comment.
llvm-svn: 179454
Diffstat (limited to 'clang/lib/Driver/Tools.cpp')
-rw-r--r--clang/lib/Driver/Tools.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp
index 1b4c931216b..7cec709541b 100644
--- 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,
OpenPOWER on IntegriCloud