Remove duplicated comment.

llvm-svn: 179454
This commit is contained in:
Simon Atanasyan 2013-04-13 06:43:15 +00:00
parent 88a1285b4f
commit e64a2b37a3
1 changed files with 0 additions and 2 deletions

View 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,