[Attributor] Add override keyword to the print function of AA
authorLuofan Chen <clfbbn@gmail.com>
Tue, 28 Jul 2020 11:19:23 +0000 (19:19 +0800)
committerLuofan Chen <clfbbn@gmail.com>
Tue, 28 Jul 2020 11:25:20 +0000 (19:25 +0800)
commit0f62a53db64a943972e51d3d58610595d22779fd
treedd7c0eb14012d108dd935e620515dbe26794127c
parent443e734fb98df422c90cbc8177520a8182597912
[Attributor] Add override keyword to the print function of AA

The print() function in the `AbstractAttribute` structure overrides
the function in the `AADepGraphNode`, so we need to mark it as
override.

This should fix a buildbot failure introduced by 5ee07dc.
llvm/include/llvm/Transforms/IPO/Attributor.h