summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-12-15 17:26:50 +0000
committerDan Gohman <gohman@apple.com>2008-12-15 17:26:50 +0000
commit498d3912454951ed9a83d8102adaa3fac6b2635c (patch)
tree12b74d66e9c3e803556a08a85157dfec8270956b
parentc811d8f055feeb5366a2404167573fc267793895 (diff)
downloadbcm5719-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.h2
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,
OpenPOWER on IntegriCloud