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 | 498d3912454951ed9a83d8102adaa3fac6b2635c (patch) | |
tree | 12b74d66e9c3e803556a08a85157dfec8270956b | |
parent | c811d8f055feeb5366a2404167573fc267793895 (diff) | |
download | bcm5719-llvm-498d3912454951ed9a83d8102adaa3fac6b2635c.tar.gz bcm5719-llvm-498d3912454951ed9a83d8102adaa3fac6b2635c.zip |
Fix a typo in a comment.
llvm-svn: 61035
-rw-r--r-- | llvm/include/llvm/Target/TargetInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetInstrInfo.h b/llvm/include/llvm/Target/TargetInstrInfo.h index 34a7d48e836..a5ea6dfa07a 100644 --- a/llvm/include/llvm/Target/TargetInstrInfo.h +++ b/llvm/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, |