[all-commits] [llvm/llvm-project] de8211: MIPatternMatch.h - remove unused APFloat/APInt inc...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Jun 1 03:47:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: de82114db86bb1bd89f3596409dc8f30fa316ce5
https://github.com/llvm/llvm-project/commit/de82114db86bb1bd89f3596409dc8f30fa316ce5
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-01 (Mon, 01 Jun 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
Log Message:
-----------
MIPatternMatch.h - remove unused APFloat/APInt includes. NFC.
Commit: 014648e8f27b2f57940844f0170d15b42a497d33
https://github.com/llvm/llvm-project/commit/014648e8f27b2f57940844f0170d15b42a497d33
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-01 (Mon, 01 Jun 2020)
Changed paths:
M llvm/lib/Target/ARM/ARMFrameLowering.h
Log Message:
-----------
ARMFrameLowering.h - remove unnecessary includes. NFC.
They are implicitly included in TargetFrameLowering.h and only ever used in TargetFrameLowering override methods.
Compare: https://github.com/llvm/llvm-project/compare/cbec419b3ebb...014648e8f27b
More information about the All-commits
mailing list