mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
Make the assertion real.
llvm-svn: 58833
This commit is contained in:
@@ -173,7 +173,7 @@ SVal RegionStoreManager::getLValueField(const GRState* St, SVal Base,
|
||||
return Base;
|
||||
|
||||
default:
|
||||
assert("Unhandled Base.");
|
||||
assert(0 && "Unhandled Base.");
|
||||
return Base;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user