[llvm-branch-commits] [llvm-branch] r86069 - /llvm/branches/Apple/Leela/lib/Target/ARM/ARMBaseRegisterInfo.cpp
Bill Wendling
isanbard at gmail.com
Wed Nov 4 15:22:46 PST 2009
Author: void
Date: Wed Nov 4 17:22:46 2009
New Revision: 86069
URL: http://llvm.org/viewvc/llvm-project?rev=86069&view=rev
Log:
$ svn merge -c 86068 https://llvm.org/svn/llvm-project/llvm/trunk
--- Merging r86068 into '.':
U lib/Target/ARM/ARMBaseRegisterInfo.cpp
Modified:
llvm/branches/Apple/Leela/lib/Target/ARM/ARMBaseRegisterInfo.cpp
Modified: llvm/branches/Apple/Leela/lib/Target/ARM/ARMBaseRegisterInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Leela/lib/Target/ARM/ARMBaseRegisterInfo.cpp?rev=86069&r1=86068&r2=86069&view=diff
==============================================================================
--- llvm/branches/Apple/Leela/lib/Target/ARM/ARMBaseRegisterInfo.cpp (original)
+++ llvm/branches/Apple/Leela/lib/Target/ARM/ARMBaseRegisterInfo.cpp Wed Nov 4 17:22:46 2009
@@ -1206,7 +1206,7 @@
return ScratchReg;
}
-/// Move iterator pass the next bunch of callee save load / store ops for
+/// Move iterator past the next bunch of callee save load / store ops for
/// the particular spill area (1: integer area 1, 2: integer area 2,
/// 3: fp area, 0: don't care).
static void movePastCSLoadStoreOps(MachineBasicBlock &MBB,
More information about the llvm-branch-commits
mailing list