diff options
author | Dan Gohman <gohman@apple.com> | 2010-10-15 20:54:41 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-10-15 20:54:41 +0000 |
commit | 780658af93b996bb58f333905d458b6462262afb (patch) | |
tree | d36efcadfefe890595b55051ab4e8f1da29c380c /lib/CodeGen/CodeGenTBAA.cpp | |
parent | dc491118b3ad2b35f047df611107b8a069176ce5 (diff) |
Mention the paragraphs in the standards which sanction TBAA.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116617 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenTBAA.cpp')
-rw-r--r-- | lib/CodeGen/CodeGenTBAA.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenTBAA.cpp b/lib/CodeGen/CodeGenTBAA.cpp index 02c95c0dce..f8772674ae 100644 --- a/lib/CodeGen/CodeGenTBAA.cpp +++ b/lib/CodeGen/CodeGenTBAA.cpp @@ -7,7 +7,11 @@ // //===----------------------------------------------------------------------===// // -// This is the code that manages TBAA information. +// This is the code that manages TBAA information. Relevant standards +// text includes: +// +// C99 6.5p7 +// C++ [basic.lval] (p10 in n3126, p15 in some earlier versions) // //===----------------------------------------------------------------------===// |