summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-08-25 21:46:20 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-08-25 21:46:20 +0000
commit64bfca1b60fbb4c7e882f94e8ba17045cbbc6e3e (patch)
tree1aa083618e951f83ce74ba3dad76264772f9ab26 /llvm/lib
parent8347b86293e991c7f78c905f65bb0d74bc0b3ad1 (diff)
downloadbcm5719-llvm-64bfca1b60fbb4c7e882f94e8ba17045cbbc6e3e.tar.gz
bcm5719-llvm-64bfca1b60fbb4c7e882f94e8ba17045cbbc6e3e.zip
Remove stray fullstop.
llvm-svn: 138589
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARM.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARM.td b/llvm/lib/Target/ARM/ARM.td
index cf333ccd49b..ade06880d39 100644
--- a/llvm/lib/Target/ARM/ARM.td
+++ b/llvm/lib/Target/ARM/ARM.td
@@ -85,7 +85,7 @@ def FeatureAvoidPartialCPSR : SubtargetFeature<"avoid-partial-cpsr",
/// Some M architectures don't have the DSP extension (v7E-M vs. v7M)
def FeatureDSPThumb2 : SubtargetFeature<"t2dsp", "Thumb2DSP", "true",
- "Supports v7 DSP instructions in Thumb2.">;
+ "Supports v7 DSP instructions in Thumb2">;
// Multiprocessing extension.
def FeatureMP : SubtargetFeature<"mp", "HasMPExtension", "true",
OpenPOWER on IntegriCloud