Improve wording a little.

This commit is contained in:
Nick Lewycky
2019-10-31 11:49:36 -07:00
parent 88427c9696
commit 0ba686ffc6

View File

@ -1183,7 +1183,8 @@ pub fn tbaa_label(
//
// LLVM TBAA supports many features, but we use it in a simple way, with
// only scalar types that are children of the root node. Every TBAA type we
// declare is `noalias` with the others:
// declare is NoAlias with the others. See NoAlias, PartialAlias,
// MayAlias and MustAlias in the LLVM documentation:
// https://llvm.org/docs/AliasAnalysis.html#must-may-and-no-alias-responses
let module = module.borrow_mut();