[all-commits] [llvm/llvm-project] 359cfa: [X86] EmitInstrWithCustomInserter - silence uninit...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Aug 17 14:01:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 359cfa2af79e3fbf42accfdde42ccae123113560
https://github.com/llvm/llvm-project/commit/359cfa2af79e3fbf42accfdde42ccae123113560
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-08-17 (Tue, 17 Aug 2021)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] EmitInstrWithCustomInserter - silence uninitialized variable warnings. NFCI.
Consistently use llvm_unreachable for the default case in the inner switch statements.
More information about the All-commits
mailing list