diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2008-05-15 22:13:02 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2008-05-15 22:13:02 +0000 |
| commit | 0ef8de30fa8dd317c8b45711fe144d39e51ecfa4 (patch) | |
| tree | 356e103ff28ef2dab50925cc22433ac8a4673670 /lib | |
| parent | 6667646a568295f4cae79cf0aa32547c8558188f (diff) | |
Fix typos and comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51165 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Target/X86/X86ISelLowering.cpp | 4 | ||||
| -rw-r--r-- | lib/Target/X86/X86ISelLowering.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 2becef95b9..caa81c4c5f 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -788,8 +788,8 @@ unsigned X86TargetLowering::getByValTypeAlignment(const Type *Ty) const { } /// getOptimalMemOpType - Returns the target specific optimal type for load -/// store operations as result of memset, memcpy, and memmove lowering. -/// It returns MVT::iAny if SelectionDAG should be responsible for +/// and store operations as a result of memset, memcpy, and memmove +/// lowering. It returns MVT::iAny if SelectionDAG should be responsible for /// determining it. MVT::ValueType X86TargetLowering::getOptimalMemOpType(uint64_t Size, unsigned Align, diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h index 83eae156b7..b99a09be7c 100644 --- a/lib/Target/X86/X86ISelLowering.h +++ b/lib/Target/X86/X86ISelLowering.h @@ -338,8 +338,8 @@ namespace llvm { virtual unsigned getByValTypeAlignment(const Type *Ty) const; /// getOptimalMemOpType - Returns the target specific optimal type for load - /// store operations as result of memset, memcpy, and memmove lowering. - /// It returns MVT::iAny if SelectionDAG should be responsible for + /// and store operations as a result of memset, memcpy, and memmove + /// lowering. It returns MVT::iAny if SelectionDAG should be responsible for /// determining it. virtual MVT::ValueType getOptimalMemOpType(uint64_t Size, unsigned Align, |
