mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Make llvm::Consumer a class (to remove a MSVC warning since Consumer is later forward declared as a struct)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127632 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
69a05a7b92
commit
875c3ffcc9
@ -28,7 +28,8 @@ namespace llvm {
|
|||||||
class Function;
|
class Function;
|
||||||
|
|
||||||
/// The interface for consumers of difference data.
|
/// The interface for consumers of difference data.
|
||||||
struct Consumer {
|
class Consumer {
|
||||||
|
public:
|
||||||
/// Record that a local context has been entered. Left and
|
/// Record that a local context has been entered. Left and
|
||||||
/// Right are IR "containers" of some sort which are being
|
/// Right are IR "containers" of some sort which are being
|
||||||
/// considered for structural equivalence: global variables,
|
/// considered for structural equivalence: global variables,
|
||||||
|
Loading…
Reference in New Issue
Block a user