diff options
author | Pavel Labath <labath@google.com> | 2015-10-14 11:50:37 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-10-14 11:50:37 +0000 |
commit | dee8834570f0eb5b76e85a243cc6fb0b1e8cf4c7 (patch) | |
tree | 1cc76f4093e071ffede3c220ccc22b38d39112e3 /lldb/source/Commands/CommandObjectMemory.cpp | |
parent | 3fe5ce0b3e37a23116371781da06d2fb779073ea (diff) | |
download | bcm5719-llvm-dee8834570f0eb5b76e85a243cc6fb0b1e8cf4c7.tar.gz bcm5719-llvm-dee8834570f0eb5b76e85a243cc6fb0b1e8cf4c7.zip |
Revert "RenderScript command for printing allocation contents"
This commit breaks TestDataFormatterSmartArray on all buildbots.
llvm-svn: 250290
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectMemory.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectMemory.cpp b/lldb/source/Commands/CommandObjectMemory.cpp index ddb7595edc7..249e3cbddd7 100644 --- a/lldb/source/Commands/CommandObjectMemory.cpp +++ b/lldb/source/Commands/CommandObjectMemory.cpp @@ -1518,7 +1518,6 @@ protected: case eFormatVectorOfUInt32: case eFormatVectorOfSInt64: case eFormatVectorOfUInt64: - case eFormatVectorOfFloat16: case eFormatVectorOfFloat32: case eFormatVectorOfFloat64: case eFormatVectorOfUInt128: |