mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Make llvm::Consumer a class (to remove a MSVC warning since Consumer is later forward declared as a struct)
llvm-svn: 127632
This commit is contained in:
parent
da1364d669
commit
ebacb783aa
@ -28,7 +28,8 @@ namespace llvm {
|
||||
class Function;
|
||||
|
||||
/// The interface for consumers of difference data.
|
||||
struct Consumer {
|
||||
class Consumer {
|
||||
public:
|
||||
/// Record that a local context has been entered. Left and
|
||||
/// Right are IR "containers" of some sort which are being
|
||||
/// considered for structural equivalence: global variables,
|
||||
|
Loading…
x
Reference in New Issue
Block a user