summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DIE.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-06-24 23:13:56 +0000
committerOwen Anderson <resistor@mac.com>2009-06-24 23:13:56 +0000
commitd5509f2e027a4bc97b84a8ff5d706b4d6f4ba8a0 (patch)
treeb3c61ad9ae8203f3db665bf7a1cb1001c270b3c1 /lib/CodeGen/AsmPrinter/DIE.cpp
parent2b2000174b5b6d0faa1f90bc14a5309312622474 (diff)
downloadllvm-d5509f2e027a4bc97b84a8ff5d706b4d6f4ba8a0.tar.gz
llvm-d5509f2e027a4bc97b84a8ff5d706b4d6f4ba8a0.tar.bz2
llvm-d5509f2e027a4bc97b84a8ff5d706b4d6f4ba8a0.tar.xz
Down with _even more_ statics!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74137 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DIE.cpp')
-rw-r--r--lib/CodeGen/AsmPrinter/DIE.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.cpp b/lib/CodeGen/AsmPrinter/DIE.cpp
index dc149cf8bc..01c431c849 100644
--- a/lib/CodeGen/AsmPrinter/DIE.cpp
+++ b/lib/CodeGen/AsmPrinter/DIE.cpp
@@ -126,7 +126,6 @@ void DIE::Profile(FoldingSetNodeID &ID) {
#ifndef NDEBUG
void DIE::print(std::ostream &O, unsigned IncIndent) {
- static unsigned IndentCount = 0;
IndentCount += IncIndent;
const std::string Indent(IndentCount, ' ');
bool isBlock = Abbrev.getTag() == 0;