diff options
author | Petr Pavlu <petr.pavlu@arm.com> | 2015-07-14 08:00:34 +0000 |
---|---|---|
committer | Petr Pavlu <petr.pavlu@arm.com> | 2015-07-14 08:00:34 +0000 |
commit | 2189465af99e2ea13b24b2307619286c75f9b668 (patch) | |
tree | daa721dfdf621b4674cea795a30cf3e240ae98b3 /llvm/utils/TableGen/FixedLenDecoderEmitter.cpp | |
parent | 152c71f3af7156175eeef156f61e26aa5ca2d297 (diff) | |
download | bcm5719-llvm-2189465af99e2ea13b24b2307619286c75f9b668.tar.gz bcm5719-llvm-2189465af99e2ea13b24b2307619286c75f9b668.zip |
Fix comment typo
Test commit access.
llvm-svn: 242128
Diffstat (limited to 'llvm/utils/TableGen/FixedLenDecoderEmitter.cpp')
-rw-r--r-- | llvm/utils/TableGen/FixedLenDecoderEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp b/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp index 36a2183fc8b..c4df2833885 100644 --- a/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp +++ b/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp @@ -208,7 +208,7 @@ typedef std::vector<bit_value_t> insn_t; /// /// The Debug output shows the path that the decoding tree follows to reach the /// the conclusion that there is a conflict. VST4q8a is a vst4 to double-spaced -/// even registers, while VST4q8b is a vst4 to double-spaced odd regsisters. +/// even registers, while VST4q8b is a vst4 to double-spaced odd registers. /// /// The encoding info in the .td files does not specify this meta information, /// which could have been used by the decoder to resolve the conflict. The |