summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-05-05 21:50:57 +0000
committerEric Christopher <echristo@gmail.com>2014-05-05 21:50:57 +0000
commiteb0bf5af656b896cefe4ce54a3fa783d4f556cc3 (patch)
tree6d4ce99213345aba15c584c93163c949daa27f89
parent45b3dcd35b2c82dbcc41124412377e1cab18dcb2 (diff)
downloadbcm5719-llvm-eb0bf5af656b896cefe4ce54a3fa783d4f556cc3.tar.gz
bcm5719-llvm-eb0bf5af656b896cefe4ce54a3fa783d4f556cc3.zip
Fix typo.
llvm-svn: 208006
-rw-r--r--llvm/lib/Target/ARM64/ARM64.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM64/ARM64.td b/llvm/lib/Target/ARM64/ARM64.td
index 653f1574158..c473205f17c 100644
--- a/llvm/lib/Target/ARM64/ARM64.td
+++ b/llvm/lib/Target/ARM64/ARM64.td
@@ -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",
OpenPOWER on IntegriCloud