[PATCH] D14012: [mips][ias] Fold needsExpansion() and expandInstruction() together. NFC.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 01:51:05 PDT 2015


dsanders created this revision.
dsanders added a reviewer: vkalintiris.
dsanders added a subscriber: llvm-commits.
Herald added a subscriber: dsanders.

Previously we maintained two separate switch statements that had to be kept in
sync. This patch merges them into a single switch.

http://reviews.llvm.org/D14012

Files:
  lib/Target/Mips/AsmParser/MipsAsmParser.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14012.38217.patch
Type: text/x-patch
Size: 9958 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151023/b4ca07ff/attachment.bin>


More information about the llvm-commits mailing list