From: Nate Begeman Date: Fri, 1 Jul 2005 23:56:38 +0000 (+0000) Subject: The statistic needs to be in the correct namespace. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4eb74ba602be3f5c43d9e228c87ed8fe4c7ffe1c;p=oota-llvm.git The statistic needs to be in the correct namespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22327 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86AsmPrinter.cpp b/lib/Target/X86/X86AsmPrinter.cpp index a5b82b5a77e..332dda0daea 100644 --- a/lib/Target/X86/X86AsmPrinter.cpp +++ b/lib/Target/X86/X86AsmPrinter.cpp @@ -25,7 +25,8 @@ using namespace llvm; using namespace x86; -Statistic<> EmittedInsts("asm-printer", "Number of machine instrs printed"); +Statistic<> llvm::x86::EmittedInsts("asm-printer", + "Number of machine instrs printed"); enum AsmWriterFlavorTy { att, intel }; cl::opt