mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
This is a resubmittal. For some reason it broke the bots yesterday
but I cannot reproduce the problem and have scrubed my sources and even tested with llvm-lit -v --vg. Formatting fixes. Mostly long lines and blank spaces at end of lines. Contributer: Jack Carter git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172882 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
// This pass expands a branch or jump instruction into a long branch if its
|
||||
// offset is too large to fit into its immediate field.
|
||||
//
|
||||
// FIXME:
|
||||
// 1. Fix pc-region jump instructions which cross 256MB segment boundaries.
|
||||
// FIXME:
|
||||
// 1. Fix pc-region jump instructions which cross 256MB segment boundaries.
|
||||
// 2. If program has inline assembly statements whose size cannot be
|
||||
// determined accurately, load branch target addresses from the GOT.
|
||||
// determined accurately, load branch target addresses from the GOT.
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#define DEBUG_TYPE "mips-long-branch"
|
||||
|
Reference in New Issue
Block a user