Fix a typo Devang noticed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110115 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2010-08-03 16:48:31 +00:00
parent e211cd83f0
commit 84b8ad321b

View File

@ -133,7 +133,7 @@ TypeBasedAliasAnalysis::alias(const Value *A, unsigned ASize,
->getMDKindID("tbaa"));
if (!AM) return MayAlias;
MDNode *BM =
AI->getMetadata(BI->getParent()->getParent()->getParent()
BI->getMetadata(BI->getParent()->getParent()->getParent()
->getMDKindID("tbaa"));
if (!BM) return MayAlias;