mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
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:
parent
fb0a64a172
commit
2b85c4595e
@ -20,7 +20,7 @@ include "../Target.td"
|
||||
// Subtarget Features
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
def FeatureCIX : SubtargetFeature<"CIX", "HasCT", "true",
|
||||
def FeatureCIX : SubtargetFeature<"cix", "HasCT", "true",
|
||||
"Enable CIX extentions">;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
x
Reference in New Issue
Block a user