mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Missing 'public' keyword.
llvm-svn: 43121
This commit is contained in:
parent
32c9cd9e94
commit
422d66e53e
@ -48,7 +48,7 @@ namespace llvm {
|
||||
static const char *descof(const entry &Entry) { return Entry.ShortDesc; }
|
||||
};
|
||||
|
||||
struct TargetMachineRegistry : Registry<TargetMachine> {
|
||||
struct TargetMachineRegistry : public Registry<TargetMachine> {
|
||||
/// getClosestStaticTargetForModule - Given an LLVM module, pick the best
|
||||
/// target that is compatible with the module. If no close target can be
|
||||
/// found, this returns null and sets the Error string to a reason.
|
||||
|
Loading…
Reference in New Issue
Block a user