git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59870 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Zhongxing Xu 2008-11-22 13:23:00 +00:00
Родитель e8a964bdb4
Коммит 369f42971b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -289,7 +289,7 @@ SVal RegionStoreManager::getSizeInElements(const GRState* St,
FR = 0;
return UnknownVal();
}
printf("kidn = %d\n", R->getKind());
assert(0 && "Other regions are not supported yet.");
}