[all-commits] [llvm/llvm-project] 9b8ed1: [NFC]add initialization for EmitCompactUnwindNonCa...
Chen Cheng via All-commits
all-commits at lists.llvm.org
Tue Jul 11 12:10:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b8ed1eedce1ed1ebb8d6e7b1acb8c6a75c53f62
https://github.com/llvm/llvm-project/commit/9b8ed1eedce1ed1ebb8d6e7b1acb8c6a75c53f62
Author: Chen, Cheng2 <cheng2.chen at intel.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M llvm/lib/MC/MCTargetOptions.cpp
Log Message:
-----------
[NFC]add initialization for EmitCompactUnwindNonCanonical in ctor
I found that the newly added member variables, "EmitCompactUnwindNonCanonical" were not initialized in the constructor, but other member variables were initialized. The behavior seems to need to be consistent to improve code.
Reviewed By: oontvoo
Differential Revision: https://reviews.llvm.org/D154472
More information about the All-commits
mailing list