Remove spurious semicolon. Thanks, Clang
authorDouglas Gregor <dgregor@apple.com>
Sat, 19 Dec 2009 03:21:36 +0000 (03:21 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 19 Dec 2009 03:21:36 +0000 (03:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91752 91177308-0d34-0410-b5e6-96231b3b80d8

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.