[llvm] r208006 - Fix typo.
Eric Christopher
echristo at gmail.com
Mon May 5 14:50:57 PDT 2014
Author: echristo
Date: Mon May 5 16:50:57 2014
New Revision: 208006
URL: http://llvm.org/viewvc/llvm-project?rev=208006&view=rev
Log:
Fix typo.
Modified:
llvm/trunk/lib/Target/ARM64/ARM64.td
Modified: llvm/trunk/lib/Target/ARM64/ARM64.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM64/ARM64.td?rev=208006&r1=208005&r2=208006&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM64/ARM64.td (original)
+++ llvm/trunk/lib/Target/ARM64/ARM64.td Mon May 5 16:50:57 2014
@@ -34,7 +34,7 @@ def FeatureCRC : SubtargetFeature<"crc",
/// 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",
More information about the llvm-commits
mailing list