]> granicus.if.org Git - clang/commit
Implement CodeGen support for the may_alias attribute.
authorDan Gohman <gohman@apple.com>
Mon, 13 Dec 2010 23:51:08 +0000 (23:51 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 13 Dec 2010 23:51:08 +0000 (23:51 +0000)
commit2ea7e73361c11f061e00caa8d9e71e84e6dd8554
treeb34c81181499540f68d5b06c3a525d327013640e
parentd0937224f383c7cc72c947119380f9713a070c73
Implement CodeGen support for the may_alias attribute.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121734 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenTBAA.cpp
test/CodeGen/may-alias.c [new file with mode: 0644]