mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
[msan] Fix a few compilation warnings.
llvm-svn: 168878
This commit is contained in:
parent
a193a72b44
commit
61a9349bab
@ -186,8 +186,8 @@ private:
|
||||
/// \brief An empty volatile inline asm that prevents callback merge.
|
||||
InlineAsm *EmptyAsm;
|
||||
|
||||
friend class MemorySanitizerVisitor;
|
||||
friend class VarArgAMD64Helper;
|
||||
friend struct MemorySanitizerVisitor;
|
||||
friend struct VarArgAMD64Helper;
|
||||
};
|
||||
} // namespace
|
||||
|
||||
@ -336,6 +336,8 @@ struct VarArgHelper {
|
||||
/// This method is called after visiting all interesting (see above)
|
||||
/// instructions in a function.
|
||||
virtual void finalizeInstrumentation() = 0;
|
||||
|
||||
virtual ~VarArgHelper() {}
|
||||
};
|
||||
|
||||
struct MemorySanitizerVisitor;
|
||||
|
Loading…
Reference in New Issue
Block a user