Fix warning in CommandObjectMemory

llvm-svn: 250287
This commit is contained in:
Tamas Berghammer 2015-10-14 10:29:36 +00:00
parent 75cb3c5077
commit 2b8c98100a
1 changed files with 1 additions and 0 deletions

View File

@ -1518,6 +1518,7 @@ protected:
case eFormatVectorOfUInt32:
case eFormatVectorOfSInt64:
case eFormatVectorOfUInt64:
case eFormatVectorOfFloat16:
case eFormatVectorOfFloat32:
case eFormatVectorOfFloat64:
case eFormatVectorOfUInt128: