Fix typo.

llvm-svn: 208006
This commit is contained in:
Eric Christopher 2014-05-05 21:50:57 +00:00
parent 45b3dcd35b
commit eb0bf5af65
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def FeatureCRC : SubtargetFeature<"crc", "HasCRC", "true",
/// Cyclone has register move instructions which are "free".
def FeatureZCRegMove : SubtargetFeature<"zcm", "HasZeroCycleRegMove", "true",
"Has zereo-cycle register moves">;
"Has zero-cycle register moves">;
/// Cyclone has instructions which zero registers for "free".
def FeatureZCZeroing : SubtargetFeature<"zcz", "HasZeroCycleZeroing", "true",