Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Mon, 15 Dec 2008 17:26:50 +0000 (17:26 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 15 Dec 2008 17:26:50 +0000 (17:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61035 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetInstrInfo.h

index 34a7d48e836ac24c0ed3c000687d81f66c7f2acb..a5ea6dfa07aac7ebeb5c3692e94a75e59b489725 100644 (file)
@@ -340,7 +340,7 @@ protected:
   }
 
 public:
-  /// canFoldMemoryOperand - Returns true if the specified load / store is
+  /// canFoldMemoryOperand - Returns true for the specified load / store if
   /// folding is possible.
   virtual
   bool canFoldMemoryOperand(const MachineInstr *MI,