Fix MSVC warings in DWARFExpression.cpp

llvm-svn: 248148
This commit is contained in:
Tamas Berghammer
2015-09-21 10:24:59 +00:00
parent eaf2da14bf
commit 1bacb9220a

View File

@@ -3013,8 +3013,9 @@ DWARFExpression::AddressRangeForLocationListEntry(const DWARFCompileUnit* dwarf_
// Not supported entry type
return false;
}
return true;
}
assert (false && "Not supported location list type");
return false;
}
static bool