From d1e50edf5ad9d560ff331746cfd3a29f887bbd4b Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 6 May 2008 05:40:11 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50713 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Scalar/InstructionCombining.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Scalar/InstructionCombining.cpp b/lib/Transforms/Scalar/InstructionCombining.cpp index 461d5fc7803..de29efa497d 100644 --- a/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/lib/Transforms/Scalar/InstructionCombining.cpp @@ -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(I)) { BasicBlock *BB = I->getParent(); -- 2.34.1