mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
alignment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20028 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
968a30eb8f
commit
440e688b8d
@ -37,8 +37,10 @@ namespace {
|
|||||||
unsigned LabelNumber;
|
unsigned LabelNumber;
|
||||||
|
|
||||||
AlphaAsmPrinter(std::ostream &o, TargetMachine &tm)
|
AlphaAsmPrinter(std::ostream &o, TargetMachine &tm)
|
||||||
: AsmPrinter(o, tm), LabelNumber(0), AlignmentIsInBytes(false)
|
: AsmPrinter(o, tm), LabelNumber(0)
|
||||||
{ }
|
{
|
||||||
|
AlignmentIsInBytes = false;
|
||||||
|
}
|
||||||
|
|
||||||
/// We name each basic block in a Function with a unique number, so
|
/// We name each basic block in a Function with a unique number, so
|
||||||
/// that we can consistently refer to them later. This is cleared
|
/// that we can consistently refer to them later. This is cleared
|
||||||
|
Loading…
x
Reference in New Issue
Block a user