diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2010-04-07 23:51:38 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2010-04-07 23:51:38 +0000 |
| commit | 81fd35fd76e0b102b26f9efe5e8a385bd7e6eba5 (patch) | |
| tree | 2d9776935635cb43234db7866458a232faf5be57 /llvm | |
| parent | 94ef52824b72da50a8581a87ffbdc444f9c488df (diff) | |
| download | bcm5719-llvm-81fd35fd76e0b102b26f9efe5e8a385bd7e6eba5.tar.gz bcm5719-llvm-81fd35fd76e0b102b26f9efe5e8a385bd7e6eba5.zip | |
Fix typo.
llvm-svn: 100726
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Target/TargetInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetInstrInfo.h b/llvm/include/llvm/Target/TargetInstrInfo.h index 4b26beb82ce..959f55219ed 100644 --- a/llvm/include/llvm/Target/TargetInstrInfo.h +++ b/llvm/include/llvm/Target/TargetInstrInfo.h @@ -182,7 +182,7 @@ public: /// store to a stack slot, return true along with the FrameIndex of /// the loaded stack slot and the machine mem operand containing the /// reference. If not, return false. Unlike isStoreToStackSlot, - /// this returns true for any instructions that loads from the + /// this returns true for any instructions that stores to the /// stack. This is just a hint, as some cases may be missed. virtual bool hasStoreToStackSlot(const MachineInstr *MI, const MachineMemOperand *&MMO, |

