This is an archive of the discontinued LLVM Phabricator instance.

[NDS32 46/46] Support parsing/encode/decode for Multiple Load/Store Instructions
Needs ReviewPublic

Authored by shiva0217 on Feb 16 2017, 5:47 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Support parsing/encode/decode for Multiple Load/Store Instructions

Diff Detail

Event Timeline

shiva0217 created this revision.Feb 16 2017, 5:47 PM
Eugene.Zelenko added inline comments.
lib/Target/NDS32/AsmParser/NDS32AsmParser.cpp
107

Please add parameter name. Will be good idea to run Clang-tidy readability-named-parameter check.

shiva0217 updated this revision to Diff 89083.Feb 20 2017, 1:02 AM

Add parameter name in function declaration as @Eugene.Zelenko suggestion.