From aa347f9392f8c5333eb2b889716d64a50805813d Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Fri, 23 Sep 2011 20:26:49 +0000 Subject: Removing a bunch of dead returns/breaks after llvm_unreachables. llvm-svn: 140407 --- clang/lib/CodeGen/CodeGenAction.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/CodeGen/CodeGenAction.cpp') diff --git a/clang/lib/CodeGen/CodeGenAction.cpp b/clang/lib/CodeGen/CodeGenAction.cpp index 3251b76..f266ba9 100644 --- a/clang/lib/CodeGen/CodeGenAction.cpp +++ b/clang/lib/CodeGen/CodeGenAction.cpp @@ -276,7 +276,6 @@ static raw_ostream *GetOutputStream(CompilerInstance &CI, } llvm_unreachable("Invalid action!"); - return 0; } ASTConsumer *CodeGenAction::CreateASTConsumer(CompilerInstance &CI, -- cgit v1.1