Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave
no extra safety anyway. llvm-svn: 91207
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user