[llvm-commits] [llvm] r100726 - /llvm/trunk/include/llvm/Target/TargetInstrInfo.h
Evan Cheng
evan.cheng at apple.com
Wed Apr 7 16:51:38 PDT 2010
Author: evancheng
Date: Wed Apr 7 18:51:38 2010
New Revision: 100726
URL: http://llvm.org/viewvc/llvm-project?rev=100726&view=rev
Log:
Fix typo.
Modified:
llvm/trunk/include/llvm/Target/TargetInstrInfo.h
Modified: llvm/trunk/include/llvm/Target/TargetInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetInstrInfo.h?rev=100726&r1=100725&r2=100726&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetInstrInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetInstrInfo.h Wed Apr 7 18:51:38 2010
@@ -182,7 +182,7 @@
/// 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,
More information about the llvm-commits
mailing list