commit | 2536c6da0ec4db6506f93f5f7d65ac1c17348c77 | [log] [tgz] |
---|---|---|
author | John McCall <rjmccall@apple.com> | Wed Aug 25 10:28:54 2010 +0000 |
committer | John McCall <rjmccall@apple.com> | Wed Aug 25 10:28:54 2010 +0000 |
tree | 29819bf87dc6ae5874e44ce9962f04c94bc6f220 | |
parent | b50a088122875184c3dfc96337e631e2e854d2f7 [diff] [blame] |
More incremental progress towards not including Expr.h in Sema.h. llvm-svn: 112044
diff --git a/clang/lib/AST/StmtProfile.cpp b/clang/lib/AST/StmtProfile.cpp index e7aa9db..4e8fc5f 100644 --- a/clang/lib/AST/StmtProfile.cpp +++ b/clang/lib/AST/StmtProfile.cpp
@@ -325,7 +325,7 @@ void StmtProfiler::VisitImplicitCastExpr(ImplicitCastExpr *S) { VisitCastExpr(S); - ID.AddInteger(S->getCategory()); + ID.AddInteger(S->getValueKind()); } void StmtProfiler::VisitExplicitCastExpr(ExplicitCastExpr *S) {