[all-commits] [llvm/llvm-project] c99fdd: [DebugInfo][NFC] Initialize a new object field in ...
Jeremy Morse via All-commits
all-commits at lists.llvm.org
Wed Oct 27 06:30:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c99fdd456ff4192fc91781732724861bf000ebda
https://github.com/llvm/llvm-project/commit/c99fdd456ff4192fc91781732724861bf000ebda
Author: Jeremy Morse <jeremy.morse at sony.com>
Date: 2021-10-27 (Wed, 27 Oct 2021)
Changed paths:
M llvm/unittests/CodeGen/InstrRefLDVTest.cpp
Log Message:
-----------
[DebugInfo][NFC] Initialize a new object field in unittests
Over in e7084ceab3122 the InstrRefBasedLDV class grew a MachineRegisterInfo
pointer to lookup register sizes -- however, that field wasn't initialized
in the corresponding unit tests. This patch initializes it!
Fixes a buildbot failure reported on D112006
More information about the All-commits
mailing list