alignment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20028 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Lenharth 2005-02-04 14:09:38 +00:00
parent 968a30eb8f
commit 440e688b8d

View File

@ -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