diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2013-04-13 06:43:15 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2013-04-13 06:43:15 +0000 |
commit | f7f74c6b77ac7b3231d63093692b85bb2ebd07ef (patch) | |
tree | 53a4457a2ebc7e1dd35cfaf81b6b4aa18628fe70 /lib/Driver/Tools.cpp | |
parent | 38afbc7361d861968232defaeaf8e302af75b5ee (diff) |
Remove duplicated comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179454 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.cpp')
-rw-r--r-- | lib/Driver/Tools.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index 1b4c931216..7cec709541 100644 --- a/lib/Driver/Tools.cpp +++ b/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, |