diff options
author | Tamas Berghammer <tberghammer@google.com> | 2015-10-14 10:29:36 +0000 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2015-10-14 10:29:36 +0000 |
commit | 2b8c98100a7f8feabfde7c45c415f491406f4696 (patch) | |
tree | a8c0d4d8a6988e9d946d01313cc93225e05d6f37 /lldb/source/Commands/CommandObjectMemory.cpp | |
parent | 75cb3c507734f5f06026f167fcee7c2e830ea22c (diff) | |
download | bcm5719-llvm-2b8c98100a7f8feabfde7c45c415f491406f4696.tar.gz bcm5719-llvm-2b8c98100a7f8feabfde7c45c415f491406f4696.zip |
Fix warning in CommandObjectMemory
llvm-svn: 250287
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectMemory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectMemory.cpp b/lldb/source/Commands/CommandObjectMemory.cpp index 249e3cbddd7..ddb7595edc7 100644 --- a/lldb/source/Commands/CommandObjectMemory.cpp +++ b/lldb/source/Commands/CommandObjectMemory.cpp @@ -1518,6 +1518,7 @@ protected: case eFormatVectorOfUInt32: case eFormatVectorOfSInt64: case eFormatVectorOfUInt64: + case eFormatVectorOfFloat16: case eFormatVectorOfFloat32: case eFormatVectorOfFloat64: case eFormatVectorOfUInt128: |