summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ExpressionSourceCode.cpp
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 /lldb/source/Expression/ExpressionSourceCode.cpp
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
Diffstat (limited to 'lldb/source/Expression/ExpressionSourceCode.cpp')
-rw-r--r--lldb/source/Expression/ExpressionSourceCode.cpp1
1 files changed, 0 insertions, 1 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:
OpenPOWER on IntegriCloud