projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
968a30e
)
alignment
author
Andrew Lenharth
<andrewl@lenharth.org>
Fri, 4 Feb 2005 14:09:38 +0000
(14:09 +0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Fri, 4 Feb 2005 14:09:38 +0000
(14:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20028
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Alpha/AlphaAsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Alpha/AlphaAsmPrinter.cpp
b/lib/Target/Alpha/AlphaAsmPrinter.cpp
index 216b30e11717aa0adabf3f15ac8e36d6046d42df..348453bb4d8d7e7c99f837292450a19172cc1c11 100644
(file)
--- a/
lib/Target/Alpha/AlphaAsmPrinter.cpp
+++ b/
lib/Target/Alpha/AlphaAsmPrinter.cpp
@@
-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