commit | e4d798f07897a6378d0f2588e4c2335ec85ca935 | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Fri Jan 20 21:50:17 2012 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Fri Jan 20 21:50:17 2012 +0000 |
tree | 6f31c0fc2740ae77aa711c1f9da94a19d825af98 | |
parent | f2a2f5f2bfe9da1a3e0a25934d833956b04bb8a5 [diff] [blame] |
More dead code removal (using -Wunreachable-code) llvm-svn: 148577
diff --git a/clang/lib/CodeGen/CGException.cpp b/clang/lib/CodeGen/CGException.cpp index 7600c48..e1eefc0 100644 --- a/clang/lib/CodeGen/CGException.cpp +++ b/clang/lib/CodeGen/CGException.cpp
@@ -636,8 +636,7 @@ return false; } - // Suppress warning. - return false; + llvm_unreachable("Invalid EHScope Kind!"); } llvm::BasicBlock *CodeGenFunction::getInvokeDestImpl() {