]> granicus.if.org Git - clang/commit
Struct-path aware TBAA: change the format of TBAAStructType node.
authorManman Ren <mren@apple.com>
Sat, 27 Apr 2013 00:26:07 +0000 (00:26 +0000)
committerManman Ren <mren@apple.com>
Sat, 27 Apr 2013 00:26:07 +0000 (00:26 +0000)
commit50be9041fcca4d77c09f120e720d75be703b6ea0
treedd4f45f4689786f03cda6eb64d6fc6c38f00ec4a
parente1c4ac314f69b1590dd3046233b6530cc154ebb5
Struct-path aware TBAA: change the format of TBAAStructType node.

We switch the order of offset and field type to make TBAAStructType node
(name, parent node, offset) similar to scalar TBAA node (name, parent node).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180653 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenTBAA.cpp
test/CodeGen/tbaa.cpp