forked from OSchip/llvm-project
parent
00554634db
commit
102b925db8
|
@ -30,7 +30,7 @@ class ArchSpec
|
||||||
public:
|
public:
|
||||||
// Generic CPU types that each m_type needs to know how to convert
|
// Generic CPU types that each m_type needs to know how to convert
|
||||||
// their m_cpu and m_sub to.
|
// their m_cpu and m_sub to.
|
||||||
typedef enum CPU
|
enum CPU
|
||||||
{
|
{
|
||||||
eCPU_Unknown,
|
eCPU_Unknown,
|
||||||
eCPU_arm,
|
eCPU_arm,
|
||||||
|
|
Loading…
Reference in New Issue