diff options
author | Dan Gohman <gohman@apple.com> | 2008-12-15 17:26:50 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-12-15 17:26:50 +0000 |
commit | 2b00aebda9705b7d76e90e632a5de511e59c739d (patch) | |
tree | 532ec00352208e22c096e457073b72393abcb1b6 | |
parent | 582048d5b8e832649ff725a6fe124efb50e86b58 (diff) |
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61035 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Target/TargetInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h index 34a7d48e83..a5ea6dfa07 100644 --- a/include/llvm/Target/TargetInstrInfo.h +++ b/include/llvm/Target/TargetInstrInfo.h @@ -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, |