Remove duplicated comment.
authorSimon Atanasyan <simon@atanasyan.com>
Sat, 13 Apr 2013 06:43:15 +0000 (06:43 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Sat, 13 Apr 2013 06:43:15 +0000 (06:43 +0000)
llvm-svn: 179454

clang/lib/Driver/Tools.cpp

index 1b4c931..7cec709 100644 (file)
@@ -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,