Fix "not all control paths return a value" MSVC warning.

llvm-svn: 338502
This commit is contained in:
Simon Pilgrim 2018-08-01 09:45:21 +00:00
parent d169d70bbf
commit 8aca1c8db9
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ public:
case ArgumentKind: return "construct into argument";
case InitializerKind: return "construct into member variable";
};
llvm_unreachable("Unknown ItemKind");
}
private: