diff options
| author | David Blaikie <dblaikie@gmail.com> | 2012-01-20 21:50:17 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2012-01-20 21:50:17 +0000 |
| commit | e4d798f07897a6378d0f2588e4c2335ec85ca935 (patch) | |
| tree | 6f31c0fc2740ae77aa711c1f9da94a19d825af98 /clang/lib/CodeGen/CGException.cpp | |
| parent | f2a2f5f2bfe9da1a3e0a25934d833956b04bb8a5 (diff) | |
| download | bcm5719-llvm-e4d798f07897a6378d0f2588e4c2335ec85ca935.tar.gz bcm5719-llvm-e4d798f07897a6378d0f2588e4c2335ec85ca935.zip | |
More dead code removal (using -Wunreachable-code)
llvm-svn: 148577
Diffstat (limited to 'clang/lib/CodeGen/CGException.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CGException.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGException.cpp b/clang/lib/CodeGen/CGException.cpp index 7600c48bdbc..e1eefc0bc3b 100644 --- a/clang/lib/CodeGen/CGException.cpp +++ b/clang/lib/CodeGen/CGException.cpp @@ -636,8 +636,7 @@ static bool isNonEHScope(const EHScope &S) { return false; } - // Suppress warning. - return false; + llvm_unreachable("Invalid EHScope Kind!"); } llvm::BasicBlock *CodeGenFunction::getInvokeDestImpl() { |

