summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2016-01-26 17:43:48 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2016-01-26 17:43:48 +0000
commit329860e495667aa3caab095f5e6032ffc4d4dcfd (patch)
tree43e58604d62c07feecac48a5f15cc3c6fee2817a
parentf1ac8ba45b4926008ca9d88e581b4e3784213e4a (diff)
downloadbcm5719-llvm-329860e495667aa3caab095f5e6032ffc4d4dcfd.tar.gz
bcm5719-llvm-329860e495667aa3caab095f5e6032ffc4d4dcfd.zip
Revert r258546.
Seems that the patch was rebased on top of another change which obsoleted the change but wasnt caught. Thanks to nbjoerg for pointing this out! llvm-svn: 258821
-rw-r--r--lldb/source/Expression/ExpressionSourceCode.cpp1
-rw-r--r--lldb/source/Target/Process.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Expression/ExpressionSourceCode.cpp b/lldb/source/Expression/ExpressionSourceCode.cpp
index 2601727cf35..93bac62c43c 100644
--- a/lldb/source/Expression/ExpressionSourceCode.cpp
+++ b/lldb/source/Expression/ExpressionSourceCode.cpp
@@ -119,7 +119,6 @@ public:
default:
return false;
}
- llvm_unreachable("unhandled state");
}
private:
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp
index eb6da794399..c347781f6bd 100644
--- a/lldb/source/Target/Process.cpp
+++ b/lldb/source/Target/Process.cpp
@@ -1501,7 +1501,6 @@ Process::IsAlive ()
default:
return false;
}
- llvm_unreachable("unhandled state");
}
// This static callback can be used to watch for local child processes on
OpenPOWER on IntegriCloud