mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25760 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2bd4dd7668
commit
b8643ac476
@ -21,7 +21,7 @@ include "../Target.td"
|
||||
//
|
||||
|
||||
def Feature64Bit : SubtargetFeature<"64bit", "Is64Bit", "true",
|
||||
"Enabl e 64-bit instructions">;
|
||||
"Enable 64-bit instructions">;
|
||||
def FeatureMMX : SubtargetFeature<"mmx","X86SSELevel", "MMX",
|
||||
"Enable MMX instructions">;
|
||||
def FeatureSSE : SubtargetFeature<"sse", "X86SSELevel", "SSE",
|
||||
|
Loading…
Reference in New Issue
Block a user