Fix a typo Devang noticed.

llvm-svn: 110115
This commit is contained in:
Dan Gohman 2010-08-03 16:48:31 +00:00
parent 3db3bb0032
commit 081627ceb8
1 changed files with 1 additions and 1 deletions

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;