summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-04-07 23:51:38 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-04-07 23:51:38 +0000
commit81fd35fd76e0b102b26f9efe5e8a385bd7e6eba5 (patch)
tree2d9776935635cb43234db7866458a232faf5be57 /llvm
parent94ef52824b72da50a8581a87ffbdc444f9c488df (diff)
downloadbcm5719-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.h2
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,
OpenPOWER on IntegriCloud