commit | d1e50edf5ad9d560ff331746cfd3a29f887bbd4b | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Tue May 06 05:40:11 2008 +0000 |
committer | Devang Patel <dpatel@apple.com> | Tue May 06 05:40:11 2008 +0000 |
tree | 6d07704bd7841453ec2b04c2c8ed3719b03ae0bf | |
parent | 08de613d2dec7a5c3aa55d2a46fddb07dccf3051 [diff] [blame] |
Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50713 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/InstructionCombining.cpp b/lib/Transforms/Scalar/InstructionCombining.cpp index 461d5fc..de29efa 100644 --- a/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/lib/Transforms/Scalar/InstructionCombining.cpp
@@ -11389,7 +11389,7 @@ } // 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();