[all-commits] [llvm/llvm-project] ef005f: [MachOYAML] Remove redundant variable initializati...
Xing GUO via All-commits
all-commits at lists.llvm.org
Mon Aug 3 01:18:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ef005f204b5d30a2bccfe2ab5431729dd644548c
https://github.com/llvm/llvm-project/commit/ef005f204b5d30a2bccfe2ab5431729dd644548c
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-08-03 (Mon, 03 Aug 2020)
Changed paths:
M llvm/lib/ObjectYAML/MachOEmitter.cpp
Log Message:
-----------
[MachOYAML] Remove redundant variable initialization. NFC.
The value of `is64Bit` is initialized in the constructor body.
More information about the All-commits
mailing list