[all-commits] [llvm/llvm-project] e03c8d: [AsmPrinter] Remove unneeded MCSubtargetInfo tempo...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Sep 4 10:50:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e03c8d309aa5f2551a31dd14941a71c300956d12
https://github.com/llvm/llvm-project/commit/e03c8d309aa5f2551a31dd14941a71c300956d12
Author: Fangrui Song <i at maskray.me>
Date: 2021-09-04 (Sat, 04 Sep 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Log Message:
-----------
[AsmPrinter] Remove unneeded MCSubtargetInfo temporary after D14346. NFC
The temporary object was used as a workaround when the target parser may
change STI. D14346 made the MCSubtargetInfo argument to
createMCAsmParser const, so we no longer need the temporary object.
More information about the All-commits
mailing list