Fix "the the" and similar typos.
[oota-llvm.git] / include / llvm / CodeGen / MachineInstr.h
index 1b2de76006f0efe2667afea58f274505e5ad5b54..6e33fb3e905e6cc4737a35cbd2518c0a1663eb35 100644 (file)
@@ -347,7 +347,7 @@ public:
 
   /// 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 of
+  /// 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 isInvariantLoad(AliasAnalysis *AA) const;