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 | 29e59ad6c9a0944ee2937e274c535d1c8995485d (patch) | |
tree | fc1f382bc3dbaee8b4324761bd70506ece855c92 /llvm/lib | |
parent | 98b730d5bbbbe377bf9aa1579f41f34042cacab3 (diff) | |
download | bcm5719-llvm-29e59ad6c9a0944ee2937e274c535d1c8995485d.tar.gz bcm5719-llvm-29e59ad6c9a0944ee2937e274c535d1c8995485d.zip |
Fix typos and comments.
llvm-svn: 51165
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 4 | ||||
-rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 2becef95b95..caa81c4c5fc 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/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/llvm/lib/Target/X86/X86ISelLowering.h b/llvm/lib/Target/X86/X86ISelLowering.h index 83eae156b7e..b99a09be7ce 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.h +++ b/llvm/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, |