1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Fix typo.

llvm-svn: 25760
This commit is contained in:
Jeff Cohen 2006-01-29 03:45:35 +00:00
parent f94049edf9
commit 28a7bd94c9

View File

@ -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",