From 2eaa47a0086c4be78f89c2700c6c420b99acd39a Mon Sep 17 00:00:00 2001 From: Shankar Easwaran Date: Wed, 4 Sep 2013 00:05:46 +0000 Subject: [PATCH] [lld][Driver] remove return after llvm_unreachable llvm-svn: 189891 --- lld/lib/Driver/Driver.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lld/lib/Driver/Driver.cpp b/lld/lib/Driver/Driver.cpp index bffe6486f191..0936524d9c86 100644 --- a/lld/lib/Driver/Driver.cpp +++ b/lld/lib/Driver/Driver.cpp @@ -64,7 +64,6 @@ bool Driver::link(const LinkingContext &context, raw_ostream &diagnostics) { } else { llvm_unreachable("Not handling other types of InputElements"); - return true; } } for (const auto &input : linkerInputs) {