mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 17:28:21 +00:00
Test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200401 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
72d4223ff5
commit
ff50030370
@ -1243,6 +1243,7 @@ static unsigned duplicateCPV(MachineFunction &MF, unsigned &CPI) {
|
|||||||
|
|
||||||
unsigned PCLabelId = AFI->createPICLabelUId();
|
unsigned PCLabelId = AFI->createPICLabelUId();
|
||||||
ARMConstantPoolValue *NewCPV = 0;
|
ARMConstantPoolValue *NewCPV = 0;
|
||||||
|
|
||||||
// FIXME: The below assumes PIC relocation model and that the function
|
// 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
|
// 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
|
// zero for non-PIC in ARM or Thumb. The callers are all of thumb LDR
|
||||||
|
Loading…
Reference in New Issue
Block a user