Fix uninitialized TBAAFlag field values.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114591 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2010-09-22 22:18:07 +00:00
parent 0b8ccb8252
commit bea77bb6e8

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