[llvm] bbc7489 - [SystemZ] Remove a superfluous semicolon to fix a gcc warning. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 7 17:54:41 PST 2022


Author: Craig Topper
Date: 2022-02-07T17:52:08-08:00
New Revision: bbc748996f0aa5c8e080e08d6ffbc35a7a587d30

URL: https://github.com/llvm/llvm-project/commit/bbc748996f0aa5c8e080e08d6ffbc35a7a587d30
DIFF: https://github.com/llvm/llvm-project/commit/bbc748996f0aa5c8e080e08d6ffbc35a7a587d30.diff

LOG: [SystemZ] Remove a superfluous semicolon to fix a gcc warning. NFC

Added: 
    

Modified: 
    llvm/lib/Target/SystemZ/SystemZRegisterInfo.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/SystemZ/SystemZRegisterInfo.h b/llvm/lib/Target/SystemZ/SystemZRegisterInfo.h
index b08c8e68ad949..93ffa9847f066 100644
--- a/llvm/lib/Target/SystemZ/SystemZRegisterInfo.h
+++ b/llvm/lib/Target/SystemZ/SystemZRegisterInfo.h
@@ -103,7 +103,6 @@ class SystemZXPLINK64Registers : public SystemZCallingConventionRegisters {
 
   /// Destroys the object. Bogus destructor overriding base class destructor
   ~SystemZXPLINK64Registers() = default;
-  ;
 };
 
 /// ELF calling convention specific use registers


        


More information about the llvm-commits mailing list