Remove spurious semicolon. Thanks, Clang
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGNodes.h
index 852a4f3dab1050f75c96806c5210847b1483a474..7b1931abcc61ed882095360862a277ab74e53e6a 100644 (file)
@@ -1228,7 +1228,7 @@ public:
   SDVTList getVTList() const {
     SDVTList X = { ValueList, NumValues };
     return X;
-  };
+  }
 
   /// getFlaggedNode - If this node has a flag operand, return the node
   /// to which the flag operand points. Otherwise return NULL.