summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectMemory.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2015-10-14 11:50:37 +0000
committerPavel Labath <labath@google.com>2015-10-14 11:50:37 +0000
commitdee8834570f0eb5b76e85a243cc6fb0b1e8cf4c7 (patch)
tree1cc76f4093e071ffede3c220ccc22b38d39112e3 /lldb/source/Commands/CommandObjectMemory.cpp
parent3fe5ce0b3e37a23116371781da06d2fb779073ea (diff)
downloadbcm5719-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.cpp1
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:
OpenPOWER on IntegriCloud