summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/DataExtractor.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/Core/DataExtractor.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/Core/DataExtractor.cpp')
-rw-r--r--lldb/source/Core/DataExtractor.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/source/Core/DataExtractor.cpp b/lldb/source/Core/DataExtractor.cpp
index 9e447983301..7dc573c55eb 100644
--- a/lldb/source/Core/DataExtractor.cpp
+++ b/lldb/source/Core/DataExtractor.cpp
@@ -2012,12 +2012,6 @@ DataExtractor::Dump (Stream *s,
s->PutChar('}');
break;
- case eFormatVectorOfFloat16:
- s->PutChar('{');
- offset = Dump (s, offset, eFormatFloat, 2, item_byte_size / 2, item_byte_size / 2, LLDB_INVALID_ADDRESS, 0, 0);
- s->PutChar('}');
- break;
-
case eFormatVectorOfFloat32:
s->PutChar('{');
offset = Dump (s, offset, eFormatFloat, 4, item_byte_size / 4, item_byte_size / 4, LLDB_INVALID_ADDRESS, 0, 0);
OpenPOWER on IntegriCloud