mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-11 05:17:36 +00:00
Fix tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215311 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b2b363408b
commit
901a1b8885
@ -633,7 +633,7 @@ static bool EvaluateSymbolicAdd(const MCAssembler *Asm,
|
|||||||
|
|
||||||
bool MCExpr::EvaluateAsRelocatable(MCValue &Res,
|
bool MCExpr::EvaluateAsRelocatable(MCValue &Res,
|
||||||
const MCAsmLayout *Layout,
|
const MCAsmLayout *Layout,
|
||||||
const MCFixup *Fixup) const {
|
const MCFixup *Fixup) const {
|
||||||
MCAssembler *Assembler = Layout ? &Layout->getAssembler() : nullptr;
|
MCAssembler *Assembler = Layout ? &Layout->getAssembler() : nullptr;
|
||||||
return EvaluateAsRelocatableImpl(Res, Assembler, Layout, Fixup, nullptr,
|
return EvaluateAsRelocatableImpl(Res, Assembler, Layout, Fixup, nullptr,
|
||||||
false, /*ForceVarExpansion*/ false);
|
false, /*ForceVarExpansion*/ false);
|
||||||
@ -703,7 +703,7 @@ bool MCExpr::EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
|
|||||||
|
|
||||||
if (!AUE->getSubExpr()->EvaluateAsRelocatableImpl(Value, Asm, Layout,
|
if (!AUE->getSubExpr()->EvaluateAsRelocatableImpl(Value, Asm, Layout,
|
||||||
Fixup, Addrs, InSet,
|
Fixup, Addrs, InSet,
|
||||||
ForceVarExpansion))
|
ForceVarExpansion))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
switch (AUE->getOpcode()) {
|
switch (AUE->getOpcode()) {
|
||||||
@ -738,10 +738,10 @@ bool MCExpr::EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
|
|||||||
|
|
||||||
if (!ABE->getLHS()->EvaluateAsRelocatableImpl(LHSValue, Asm, Layout,
|
if (!ABE->getLHS()->EvaluateAsRelocatableImpl(LHSValue, Asm, Layout,
|
||||||
Fixup, Addrs, InSet,
|
Fixup, Addrs, InSet,
|
||||||
ForceVarExpansion) ||
|
ForceVarExpansion) ||
|
||||||
!ABE->getRHS()->EvaluateAsRelocatableImpl(RHSValue, Asm, Layout,
|
!ABE->getRHS()->EvaluateAsRelocatableImpl(RHSValue, Asm, Layout,
|
||||||
Fixup, Addrs, InSet,
|
Fixup, Addrs, InSet,
|
||||||
ForceVarExpansion))
|
ForceVarExpansion))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// We only support a few operations on non-constant expressions, handle
|
// We only support a few operations on non-constant expressions, handle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user