summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineInstr.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-10 16:03:48 +0000
committerDan Gohman <gohman@apple.com>2010-02-10 16:03:48 +0000
commit4a618827de7c540c68685789d1eb9b2b50cdc33f (patch)
tree0d17edfcf8589f2399f826701396f57fe8f98da8 /llvm/lib/CodeGen/MachineInstr.cpp
parent7bf08432d2c618de728bc7671b8c5360966050bf (diff)
downloadbcm5719-llvm-4a618827de7c540c68685789d1eb9b2b50cdc33f.tar.gz
bcm5719-llvm-4a618827de7c540c68685789d1eb9b2b50cdc33f.zip
Fix "the the" and similar typos.
llvm-svn: 95781
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineInstr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp
index 34f7781866b..df61c745769 100644
--- a/llvm/lib/CodeGen/MachineInstr.cpp
+++ b/llvm/lib/CodeGen/MachineInstr.cpp
@@ -1034,7 +1034,7 @@ bool MachineInstr::hasVolatileMemoryRef() const {
/// isInvariantLoad - Return true if this instruction is loading from a
/// location whose value is invariant across the function. For example,
-/// loading a value from the constant pool or from from the argument area
+/// loading a value from the constant pool or from the argument area
/// of a function if it does not change. This should only return true of
/// *all* loads the instruction does are invariant (if it does multiple loads).
bool MachineInstr::isInvariantLoad(AliasAnalysis *AA) const {
OpenPOWER on IntegriCloud