Fix typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25760 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeff Cohen 2006-01-29 03:45:35 +00:00
parent 2bd4dd7668
commit b8643ac476

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