[llvm-branch-commits] [llvm-branch] r120652 - /llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp
Daniel Dunbar
daniel at zuster.org
Wed Dec 1 18:51:36 PST 2010
Author: ddunbar
Date: Wed Dec 1 20:51:36 2010
New Revision: 120652
URL: http://llvm.org/viewvc/llvm-project?rev=120652&view=rev
Log:
Merge r119810:
--
Author: Jim Grosbach <grosbach at apple.com>
Date: Fri Nov 19 18:01:37 2010 +0000
Remove hard tabs.
Modified:
llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp
Modified: llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp?rev=120652&r1=120651&r2=120652&view=diff
==============================================================================
--- llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp (original)
+++ llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp Wed Dec 1 20:51:36 2010
@@ -442,8 +442,8 @@
if (Subtarget->hasV6T2Ops() && isUInt<16>(CI->getSExtValue())) {
unsigned Opc = isThumb ? ARM::t2MOVi16 : ARM::MOVi16;
AddOptionalDefs(BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL,
- TII.get(Opc), DestReg)
- .addImm(CI->getSExtValue()));
+ TII.get(Opc), DestReg)
+ .addImm(CI->getSExtValue()));
return DestReg;
}
More information about the llvm-branch-commits
mailing list