To allow llc to refer to it.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Target/ARM/Thumb2SizeReduction.cpp | ||
---|---|---|
166 | Why do we need an empty function by default? |
Comment Actions
Thanks for taking a look.
lib/Target/ARM/Thumb2SizeReduction.cpp | ||
---|---|---|
166 | INITIALIZE_PASS expects it to be default constructable. As createThumb2SizeReductionPass already acts this same way (has a nullptr default argument), it's already able to handle null arguments here. |
Why do we need an empty function by default?