[llvm] r200401 - Test commit
Oliver Stannard
oliver.stannard at arm.com
Wed Jan 29 08:01:25 PST 2014
Author: olista01
Date: Wed Jan 29 10:01:24 2014
New Revision: 200401
URL: http://llvm.org/viewvc/llvm-project?rev=200401&view=rev
Log:
Test commit
Modified:
llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.cpp
Modified: llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.cpp?rev=200401&r1=200400&r2=200401&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.cpp Wed Jan 29 10:01:24 2014
@@ -1243,6 +1243,7 @@ static unsigned duplicateCPV(MachineFunc
unsigned PCLabelId = AFI->createPICLabelUId();
ARMConstantPoolValue *NewCPV = 0;
+
// FIXME: The below assumes PIC relocation model and that the function
// is Thumb mode (t1 or t2). PCAdjustment would be 8 for ARM mode PIC, and
// zero for non-PIC in ARM or Thumb. The callers are all of thumb LDR
More information about the llvm-commits
mailing list