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/CodeGenModule.h | |
parent | f2a2f5f2bfe9da1a3e0a25934d833956b04bb8a5 (diff) | |
download | llvm-e4d798f07897a6378d0f2588e4c2335ec85ca935.zip llvm-e4d798f07897a6378d0f2588e4c2335ec85ca935.tar.gz llvm-e4d798f07897a6378d0f2588e4c2335ec85ca935.tar.bz2 |
More dead code removal (using -Wunreachable-code)
llvm-svn: 148577
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index d94d10a..ca096c1 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -469,7 +469,6 @@ public: case ProtectedVisibility: return llvm::GlobalValue::ProtectedVisibility; } llvm_unreachable("unknown visibility!"); - return llvm::GlobalValue::DefaultVisibility; } llvm::Constant *GetAddrOfGlobal(GlobalDecl GD) { |