mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-08 19:25:47 +00:00
Fixed 80 cols & style violation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32720 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -30,7 +30,8 @@ AsmWriterFlavor("x86-asm-syntax", cl::init(X86Subtarget::unset),
|
|||||||
/// symbols are indirect, loading the value at address GV rather then the
|
/// symbols are indirect, loading the value at address GV rather then the
|
||||||
/// value of GV itself. This means that the GlobalAddress must be in the base
|
/// value of GV itself. This means that the GlobalAddress must be in the base
|
||||||
/// or index register of the address, not the GV offset field.
|
/// or index register of the address, not the GV offset field.
|
||||||
bool X86Subtarget::GVRequiresExtraLoad(const GlobalValue* GV, bool isDirectCall) const
|
bool X86Subtarget::GVRequiresExtraLoad(const GlobalValue* GV,
|
||||||
|
bool isDirectCall) const
|
||||||
{
|
{
|
||||||
if (GenerateExtraLoadsForGVs)
|
if (GenerateExtraLoadsForGVs)
|
||||||
if (isTargetDarwin()) {
|
if (isTargetDarwin()) {
|
||||||
@@ -209,7 +210,8 @@ static const char *GetCurrentX86CPU() {
|
|||||||
|
|
||||||
/// SetJITMode - This is called to inform the subtarget info that we are
|
/// SetJITMode - This is called to inform the subtarget info that we are
|
||||||
/// producing code for the JIT.
|
/// producing code for the JIT.
|
||||||
void X86Subtarget::SetJITMode() {
|
void X86Subtarget::SetJITMode()
|
||||||
|
{
|
||||||
// JIT mode doesn't want extra loads for dllimported symbols, it knows exactly
|
// JIT mode doesn't want extra loads for dllimported symbols, it knows exactly
|
||||||
// where everything is.
|
// where everything is.
|
||||||
if (isTargetCygwin())
|
if (isTargetCygwin())
|
||||||
|
Reference in New Issue
Block a user