[PATCH] D119244: Cleanup LLVMMC headers

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 8 20:01:30 PST 2022


MaskRay added inline comments.


================
Comment at: llvm/utils/TableGen/FixedLenDecoderEmitter.cpp:2405
   OS << "#include \"llvm/MC/MCInst.h\"\n";
+  OS << "#include \"llvm/MC/SubtargetFeature.h\"\n";
+  OS << "#include \"llvm/MC/MCSubtargetInfo.h\"\n";
----------------
sort

Consider committing this change separately 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119244/new/

https://reviews.llvm.org/D119244



More information about the llvm-commits mailing list