mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-15 16:09:57 +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;
|
||||
|
||||
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
|
||||
/// that we can consistently refer to them later. This is cleared
|
||||
|
Loading…
Reference in New Issue
Block a user