From 161badc0f9cb57829b7a6b070a14ffa76ef32981 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Thu, 14 Feb 2008 23:35:16 +0000 Subject: Rewrite tblgen handling of subtarget features so it follows the order of the enum, not alphabetical. The motivation is to make -mattr=+ssse3,+sse41 select SSE41 as it ought to. Added "ignored" enum values of 0 to PPC and SPU to avoid compiler warnings. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47143 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPCSubtarget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Target/PowerPC/PPCSubtarget.h') diff --git a/lib/Target/PowerPC/PPCSubtarget.h b/lib/Target/PowerPC/PPCSubtarget.h index c55e09720b..be4c21cd44 100644 --- a/lib/Target/PowerPC/PPCSubtarget.h +++ b/lib/Target/PowerPC/PPCSubtarget.h @@ -27,6 +27,7 @@ namespace llvm { namespace PPC { // -m directive values. enum { + DIR_NONE, DIR_32, DIR_601, DIR_602, -- cgit v1.2.3