Fix warning.

llvm-svn: 105808
This commit is contained in:
Eli Friedman 2010-06-11 04:24:36 +00:00
parent 00554634db
commit 102b925db8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class ArchSpec
public:
// Generic CPU types that each m_type needs to know how to convert
// their m_cpu and m_sub to.
typedef enum CPU
enum CPU
{
eCPU_Unknown,
eCPU_arm,