aboutsummaryrefslogtreecommitdiffstats
path: root/include
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
commit2dbc8bdfe9191c2078daccbeefba9e69a690feb6 (patch)
treefc6da26764716eb166b1e66709fd039f0bf2e037 /include
parent87d677c1856bfdcb91d9daeb69dc5f261c73851e (diff)
downloadexternal_llvm-2dbc8bdfe9191c2078daccbeefba9e69a690feb6.zip
external_llvm-2dbc8bdfe9191c2078daccbeefba9e69a690feb6.tar.gz
external_llvm-2dbc8bdfe9191c2078daccbeefba9e69a690feb6.tar.bz2
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100726 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetInstrInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h
index 4b26beb..959f552 100644
--- a/include/llvm/Target/TargetInstrInfo.h
+++ b/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,