Fix "the the" and similar typos.
[oota-llvm.git] / lib / CodeGen / MachineInstr.cpp
index 34f7781866bab387cca3660cf7b9cb914f741d37..df61c7457690685025f5900a14325194a244882e 100644 (file)
@@ -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 {