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:
Jeffrey Yasskin
2009-12-12 05:05:38 +00:00
parent 7f1c9c2ff6
commit 1615d45daa
22 changed files with 44 additions and 44 deletions

View File

@@ -46,7 +46,7 @@ CodeCompletionString::Chunk::Chunk(ChunkKind Kind, llvm::StringRef Text)
}
case CK_Optional:
llvm::llvm_unreachable("Optional strings cannot be created from text");
llvm_unreachable("Optional strings cannot be created from text");
break;
case CK_LeftParen: