[all-commits] [llvm/llvm-project] 1041e8: MILexer.h/cpp - remove unused includes. NFC.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri May 22 02:51:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1041e8b8868dd9e6a4d1c3cfda5e59756a8c8ee7
https://github.com/llvm/llvm-project/commit/1041e8b8868dd9e6a4d1c3cfda5e59756a8c8ee7
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-22 (Fri, 22 May 2020)
Changed paths:
M llvm/lib/CodeGen/MIRParser/MILexer.cpp
M llvm/lib/CodeGen/MIRParser/MILexer.h
Log Message:
-----------
MILexer.h/cpp - remove unused includes. NFC.
Remove duplicates in MILexer.cpp that are already included in MILexer.h.
Commit: c9797cf98b7a86dca036cea479a2566e3b0768ff
https://github.com/llvm/llvm-project/commit/c9797cf98b7a86dca036cea479a2566e3b0768ff
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-22 (Fri, 22 May 2020)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
Log Message:
-----------
Fix msvc "switch statement contains 'default' but no 'case' labels" warning. NFC.
Stripped out the switch statement, but kept case labels as comments for future reference.
Commit: b9def827b716a17150031b9bb3ba4d53642d68e8
https://github.com/llvm/llvm-project/commit/b9def827b716a17150031b9bb3ba4d53642d68e8
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-22 (Fri, 22 May 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.h
Log Message:
-----------
StatepointLowering.h - remove unused includes. NFC.
Compare: https://github.com/llvm/llvm-project/compare/5f88f39ab815...b9def827b716
More information about the All-commits
mailing list