[llvm] r214100 - Update comment
Matt Arsenault
Matthew.Arsenault at amd.com
Mon Jul 28 10:31:37 PDT 2014
Author: arsenm
Date: Mon Jul 28 12:31:37 2014
New Revision: 214100
URL: http://llvm.org/viewvc/llvm-project?rev=214100&view=rev
Log:
Update comment
Modified:
llvm/trunk/include/llvm/Target/TargetLowering.h
Modified: llvm/trunk/include/llvm/Target/TargetLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetLowering.h?rev=214100&r1=214099&r2=214100&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetLowering.h (original)
+++ llvm/trunk/include/llvm/Target/TargetLowering.h Mon Jul 28 12:31:37 2014
@@ -777,7 +777,7 @@ public:
///
/// This function returns true if the target allows unaligned memory accesses
/// of the specified type in the given address space. If true, it also returns
- /// whether the unaligned memory access is "fast" in the third argument by
+ /// whether the unaligned memory access is "fast" in the last argument by
/// reference. This is used, for example, in situations where an array
/// copy/move/set is converted to a sequence of store operations. Its use
/// helps to ensure that such replacements don't generate code that causes an
More information about the llvm-commits
mailing list