Fix typo.
authorDevang Patel <dpatel@apple.com>
Tue, 6 May 2008 05:40:11 +0000 (05:40 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 6 May 2008 05:40:11 +0000 (05:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50713 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/InstructionCombining.cpp

index 461d5fc7803b1573145f0c55152f67b0d6079a38..de29efa497d23789c544d69c718f1dd3446ec230 100644 (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();