[llvm-mca] HWEventListener is a class, not struct.
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Thu, 8 Mar 2018 16:34:19 +0000 (16:34 +0000)
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Thu, 8 Mar 2018 16:34:19 +0000 (16:34 +0000)
This should appease the buildbots.

llvm-svn: 327025

llvm/tools/llvm-mca/Backend.h
llvm/tools/llvm-mca/HWEventListener.cpp

index 5d1df1d..a000d16 100644 (file)
@@ -22,7 +22,7 @@
 
 namespace mca {
 
-struct HWEventListener;
+class HWEventListener;
 
 /// \brief An out of order backend for a specific subtarget.
 ///
index 01ec4a4..b385a36 100644 (file)
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 /// \file
 ///
-/// This file defines a vtable anchor for struct HWEventListener.
+/// This file defines a vtable anchor for class HWEventListener.
 ///
 //===----------------------------------------------------------------------===//