summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2014-07-11 00:51:53 +0000
committerGreg Clayton <gclayton@apple.com>2014-07-11 00:51:53 +0000
commitfb9756131e84cdab56f411d25700a01888925bad (patch)
tree9c4959198c394d70d3877aec896bb2ab1ac6f801
parente013bdc2e75a2bd9ca58433614f5d41e2841aead (diff)
downloadbcm5719-llvm-fb9756131e84cdab56f411d25700a01888925bad.tar.gz
bcm5719-llvm-fb9756131e84cdab56f411d25700a01888925bad.zip
Remove code that was merged incorrectly.
llvm-svn: 212791
-rw-r--r--lldb/source/Expression/IRExecutionUnit.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Expression/IRExecutionUnit.cpp b/lldb/source/Expression/IRExecutionUnit.cpp
index c13f0bbb15b..76956082da0 100644
--- a/lldb/source/Expression/IRExecutionUnit.cpp
+++ b/lldb/source/Expression/IRExecutionUnit.cpp
@@ -318,8 +318,6 @@ IRExecutionUnit::GetRunnableInfo(Error &error,
mCPU,
mAttrs);
- m_failed_lookups.clear();
-
m_execution_engine_ap.reset(builder.create(target_machine));
if (!m_execution_engine_ap.get())
OpenPOWER on IntegriCloud