[lld] r189891 - [lld][Driver] remove return after llvm_unreachable

Shankar Easwaran shankare at codeaurora.org
Tue Sep 3 17:05:46 PDT 2013


Author: shankare
Date: Tue Sep  3 19:05:46 2013
New Revision: 189891

URL: http://llvm.org/viewvc/llvm-project?rev=189891&view=rev
Log:
[lld][Driver] remove return after llvm_unreachable

Modified:
    lld/trunk/lib/Driver/Driver.cpp

Modified: lld/trunk/lib/Driver/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/Driver/Driver.cpp?rev=189891&r1=189890&r2=189891&view=diff
==============================================================================
--- lld/trunk/lib/Driver/Driver.cpp (original)
+++ lld/trunk/lib/Driver/Driver.cpp Tue Sep  3 19:05:46 2013
@@ -64,7 +64,6 @@ bool Driver::link(const LinkingContext &
     }
     else {
       llvm_unreachable("Not handling other types of InputElements");
-      return true;
     }
   }
   for (const auto &input : linkerInputs) {





More information about the llvm-commits mailing list