The statistic needs to be in the correct namespace.

llvm-svn: 22327
This commit is contained in:
Nate Begeman 2005-07-01 23:56:38 +00:00
parent d313b92b66
commit 9a1dc72729
1 changed files with 2 additions and 1 deletions

View File

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