mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178589 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
67fdafe1cd
commit
f5ebc39fc5
@ -37,8 +37,7 @@ using namespace llvm;
|
||||
/// ClassifyBlockAddressReference - Classify a blockaddress reference for the
|
||||
/// current subtarget according to how we should reference it in a non-pcrel
|
||||
/// context.
|
||||
unsigned char X86Subtarget::
|
||||
ClassifyBlockAddressReference() const {
|
||||
unsigned char X86Subtarget::ClassifyBlockAddressReference() const {
|
||||
if (isPICStyleGOT()) // 32-bit ELF targets.
|
||||
return X86II::MO_GOTOFF;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user