]> granicus.if.org Git - llvm/commit
[RISCV] Add break; to the last switch case
authorFangrui Song <maskray@google.com>
Mon, 1 Jul 2019 11:41:07 +0000 (11:41 +0000)
committerFangrui Song <maskray@google.com>
Mon, 1 Jul 2019 11:41:07 +0000 (11:41 +0000)
commit120ef832b04b37096a12a42efbcbb596e5a1c5f9
treeb6f6f3958ee1c9159690e62d7afa3cedb2e1d02e
parentd61e0a1f48a46fe66950c6cc70d86d1f847bca9f
[RISCV] Add break; to the last switch case

As suggested by jrtc27 in the post-commit review of D60528.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364746 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp