Add a fixme.

llvm-svn: 120172
This commit is contained in:
Zhongxing Xu 2010-11-26 07:15:40 +00:00
parent 5e9c70ee57
commit e23ab6fae2
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ DefinedOrUnknownSVal SValuator::EvalEQ(const GRState *ST,
ValMgr.getContext().IntTy));
}
// FIXME: should rewrite according to the cast kind.
SVal SValuator::EvalCast(SVal val, QualType castTy, QualType originalTy) {
if (val.isUnknownOrUndef() || castTy == originalTy)
return val;