diff options
Diffstat (limited to 'clang/lib/CodeGen/CodeGenAction.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenAction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenAction.cpp b/clang/lib/CodeGen/CodeGenAction.cpp index 3251b767425..f266ba9d3e8 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, |