OSDN Git Service

Store flags in bitfields instead of masking them into the pointer for the left child...
authorTed Kremenek <kremenek@apple.com>
Fri, 22 Jan 2010 00:28:27 +0000 (00:28 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 22 Jan 2010 00:28:27 +0000 (00:28 +0000)
commit3ec68f97ead4a2bc339b1b9012ca4cb2c4dd706a
tree9da3ae192a001f1f98eba9f84c708a1ac1c8f5f1
parentd5d2baec2609da3ade9ca205e87c88d35e9e6976
Store flags in bitfields instead of masking them into the pointer for the left child.  This leads to some nice conceptually cleanups.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94121 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/ImmutableMap.h
include/llvm/ADT/ImmutableSet.h