Silence a warning from r201905

Avoid a warning about reaching the end of a non-void function after a
covered switch.

llvm-svn: 201919
This commit is contained in:
Ben Langmuir 2014-02-22 00:44:02 +00:00
parent 7a72601099
commit 090995122d
1 changed files with 1 additions and 0 deletions

View File

@ -554,6 +554,7 @@ class VFSFromYAMLParser {
Status("", "", getNextVirtualUniqueID(), sys::TimeValue::now(), 0, 0,
0, file_type::directory_file, sys::fs::all_all));
}
llvm_unreachable("unknown EntryKind in switch");
}
public: