OSDN Git Service

[AliasAnalysis] Shrink AliasResults; NFC
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Sat, 10 Mar 2018 03:34:43 +0000 (03:34 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Sat, 10 Mar 2018 03:34:43 +0000 (03:34 +0000)
commit197b6c81959a17be37035d4fe71b382023bff2f0
treeab8c6759451a12d24db9b0f273a90507cab78f8b
parent4d617521270c496a20e2027f3fe321fd4be0812c
[AliasAnalysis] Shrink AliasResults; NFC

We're persisting AliasResults in some places in MemorySSA, so the size
of these now matters a little bit (well, 8 regular-sized bits, to be
precise).

Do the same for ModRefInfo for consistency.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327201 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/AliasAnalysis.h