For PR1336:

Subtarget option names must be given in lower case in order to be
recognized. Fixes test/CodeGen/Alpha/ctlz.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36125 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-04-16 14:06:19 +00:00
parent fb0a64a172
commit 2b85c4595e

View File

@ -20,7 +20,7 @@ include "../Target.td"
// Subtarget Features
//===----------------------------------------------------------------------===//
def FeatureCIX : SubtargetFeature<"CIX", "HasCT", "true",
def FeatureCIX : SubtargetFeature<"cix", "HasCT", "true",
"Enable CIX extentions">;
//===----------------------------------------------------------------------===//