diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2011-08-25 21:46:20 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2011-08-25 21:46:20 +0000 |
| commit | 64bfca1b60fbb4c7e882f94e8ba17045cbbc6e3e (patch) | |
| tree | 1aa083618e951f83ce74ba3dad76264772f9ab26 /llvm/lib | |
| parent | 8347b86293e991c7f78c905f65bb0d74bc0b3ad1 (diff) | |
| download | bcm5719-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.td | 2 |
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", |

