mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-15 07:59:33 +00:00
Fix typo.
llvm-svn: 25760
This commit is contained in:
parent
f94049edf9
commit
28a7bd94c9
@ -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…
x
Reference in New Issue
Block a user