mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
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:
parent
0b8ccb8252
commit
bea77bb6e8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user