summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2009-12-12 05:05:38 +0000
committerJeffrey Yasskin <jyasskin@google.com>2009-12-12 05:05:38 +0000
commit1615d45daaf1fb40a8a6acb0bddf29b2daae322f (patch)
treeb772e63b8b8e51adab3894359e3d0c7d3a4ad5fc /clang/lib/CodeGen/CodeGenModule.cpp
parent7f1c9c2ff6d857be195a3c7bab059041e40596d9 (diff)
downloadbcm5719-llvm-1615d45daaf1fb40a8a6acb0bddf29b2daae322f.tar.gz
bcm5719-llvm-1615d45daaf1fb40a8a6acb0bddf29b2daae322f.zip
Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave
no extra safety anyway. llvm-svn: 91207
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp
index 1cfcfb1ab16..761f34309bd 100644
--- a/clang/lib/CodeGen/CodeGenModule.cpp
+++ b/clang/lib/CodeGen/CodeGenModule.cpp
@@ -891,7 +891,7 @@ GetLinkageForVariable(ASTContext &Context, const VarDecl *VD) {
return CodeGenModule::GVA_StrongExternal;
case TSK_ExplicitInstantiationDeclaration:
- llvm::llvm_unreachable("Variable should not be instantiated");
+ llvm_unreachable("Variable should not be instantiated");
// Fall through to treat this like any other instantiation.
case TSK_ImplicitInstantiation:
OpenPOWER on IntegriCloud