Fix typo.

llvm-svn: 50713
This commit is contained in:
Devang Patel 2008-05-06 05:40:11 +00:00
parent 2f08fedec1
commit 7ffc3c9a95
1 changed files with 1 additions and 1 deletions

View File

@ -11389,7 +11389,7 @@ bool InstCombiner::DoOneIteration(Function &F, unsigned Iteration) {
}
// See if we can trivially sink this instruction to a successor basic block.
// FIXME: Remove GetREsultInst test when first class support for aggregates is
// FIXME: Remove GetResultInst test when first class support for aggregates is
// implemented.
if (I->hasOneUse() && !isa<GetResultInst>(I)) {
BasicBlock *BB = I->getParent();