From 8a40f700e62b87baa2ec988effb6315663a90cb9 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 17 Jan 2012 06:56:22 +0000 Subject: Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) llvm-svn: 148292 --- clang/lib/Lex/PreprocessingRecord.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/Lex/PreprocessingRecord.cpp') diff --git a/clang/lib/Lex/PreprocessingRecord.cpp b/clang/lib/Lex/PreprocessingRecord.cpp index 770a69d19bb..6c36e73ad33 100644 --- a/clang/lib/Lex/PreprocessingRecord.cpp +++ b/clang/lib/Lex/PreprocessingRecord.cpp @@ -390,7 +390,6 @@ void PreprocessingRecord::InclusionDirective( default: llvm_unreachable("Unknown include directive kind"); - return; } clang::InclusionDirective *ID -- cgit v1.2.3