Fix uninitialized TBAAFlag field values.

llvm-svn: 114591
This commit is contained in:
Dan Gohman 2010-09-22 22:18:07 +00:00
parent 2280674fa9
commit 71954b8d54
1 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,8 @@ namespace llvm {
/// TBAATag - The TBAA tag associated with dereferences of the
/// pointer. May be null if there are no tags or conflicting tags.
MDNode *TBAATag;
NonLocalPointerInfo() : TBAATag(0) {}
};
/// CachedNonLocalPointerInfo - This map stores the cached results of doing