aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-04-14 17:45:20 +0000
committerDan Gohman <gohman@apple.com>2008-04-14 17:45:20 +0000
commitec1f1a8bd2db222548ec74458c6053124b3fc367 (patch)
treebad700a0e886b33aff5bfb78772d8998fa6469c4 /include/llvm
parent6bc41e8a74d1756da0003641bfebd02a3d6d9586 (diff)
downloadexternal_llvm-ec1f1a8bd2db222548ec74458c6053124b3fc367.zip
external_llvm-ec1f1a8bd2db222548ec74458c6053124b3fc367.tar.gz
external_llvm-ec1f1a8bd2db222548ec74458c6053124b3fc367.tar.bz2
Clean up some comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49661 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Target/TargetLowering.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h
index 16f9ed6..f64ffe2 100644
--- a/include/llvm/Target/TargetLowering.h
+++ b/include/llvm/Target/TargetLowering.h
@@ -952,7 +952,7 @@ public:
/// memcpy. This can be used by targets to provide code sequences for cases
/// that don't fit the target's parameters for simple loads/stores and can be
/// more efficient than using a library call. This function can return a null
- /// SDOperand if the target declines to use inline code and a different
+ /// SDOperand if the target declines to use custom code and a different
/// lowering strategy should be used.
///
/// If AlwaysInline is true, the size is constant and the target should not
@@ -976,8 +976,8 @@ public:
/// memmove. This can be used by targets to provide code sequences for cases
/// that don't fit the target's parameters for simple loads/stores and can be
/// more efficient than using a library call. This function can return a null
- /// SDOperand if the target declines to use code and a different lowering
- /// strategy should be used.
+ /// SDOperand if the target declines to use custom code and a different
+ /// lowering strategy should be used.
virtual SDOperand
EmitTargetCodeForMemmove(SelectionDAG &DAG,
SDOperand Chain,
@@ -992,8 +992,8 @@ public:
/// memset. This can be used by targets to provide code sequences for cases
/// that don't fit the target's parameters for simple stores and can be more
/// efficient than using a library call. This function can return a null
- /// SDOperand if the target declines to use code and a different lowering
- /// strategy should be used.
+ /// SDOperand if the target declines to use custom code and a different
+ /// lowering strategy should be used.
virtual SDOperand
EmitTargetCodeForMemset(SelectionDAG &DAG,
SDOperand Chain,