fix 'the the '; NFC
[oota-llvm.git] / include / llvm / Analysis / ValueTracking.h
index eb2c000e07cd51d972a66dd6af07027e53151e1a..8e0291068472d514c0cf7a8a02e7e6d5cd36a2c9 100644 (file)
@@ -286,7 +286,7 @@ namespace llvm {
 
   /// Returns true if the result or effects of the given instructions \p I
   /// depend on or influence global memory.
-  /// Memory dependence arises for example if the the instruction reads from
+  /// Memory dependence arises for example if the instruction reads from
   /// memory or may produce effects or undefined behaviour. Memory dependent
   /// instructions generally cannot be reorderd with respect to other memory
   /// dependent instructions or moved into non-dominated basic blocks.