summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMBaseInstrInfo.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-06-13 22:54:22 +0000
committerJim Grosbach <grosbach@apple.com>2011-06-13 22:54:22 +0000
commitf921c0fe3418f96bd1e37beb582a368d3ac24295 (patch)
tree06cdd2dc01746d3ca895c518a91fb98a39990996 /lib/Target/ARM/ARMBaseInstrInfo.h
parentc0e2607564c1259f2d2c56cbff8f78dc0853860d (diff)
downloadllvm-f921c0fe3418f96bd1e37beb582a368d3ac24295.tar.gz
llvm-f921c0fe3418f96bd1e37beb582a368d3ac24295.tar.bz2
llvm-f921c0fe3418f96bd1e37beb582a368d3ac24295.tar.xz
Clean up a few 80 column violations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132946 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMBaseInstrInfo.h')
-rw-r--r--lib/Target/ARM/ARMBaseInstrInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMBaseInstrInfo.h b/lib/Target/ARM/ARMBaseInstrInfo.h
index 9a2faf8f9a..96f0e76fe6 100644
--- a/lib/Target/ARM/ARMBaseInstrInfo.h
+++ b/lib/Target/ARM/ARMBaseInstrInfo.h
@@ -291,8 +291,8 @@ public:
int64_t &Offset1, int64_t &Offset2)const;
/// shouldScheduleLoadsNear - This is a used by the pre-regalloc scheduler to
- /// determine (in conjunction with areLoadsFromSameBasePtr) if two loads should
- /// be scheduled togther. On some targets if two loads are loading from
+ /// determine (in conjunction with areLoadsFromSameBasePtr) if two loads
+ /// should be scheduled togther. On some targets if two loads are loading from
/// addresses in the same cache line, it's better if they are scheduled
/// together. This function takes two integers that represent the load offsets
/// from the common base address. It returns true if it decides it's desirable