Have only one definition of X86AddrNumOperands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67949 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola
2009-03-28 18:55:31 +00:00
parent b449a68146
commit da945e3bb2
5 changed files with 2 additions and 9 deletions
-3
View File
@@ -32,9 +32,6 @@
#include "llvm/Target/TargetOptions.h"
using namespace llvm;
// FIXME: This should be some header
static const int X86AddrNumOperands = 4;
STATISTIC(NumEmitted, "Number of machine instructions emitted");
namespace {