remove a comma to compile with pedantic gcc
authorChris Lattner <sabre@nondot.org>
Sat, 8 Oct 2005 01:24:19 +0000 (01:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 8 Oct 2005 01:24:19 +0000 (01:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23667 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Value.h

index f71491d36ea26ee3e3516f8e7c9471bf9f307f05..e02cec132ea2659774052d0fcc16be170a6dba00 100644 (file)
@@ -158,7 +158,7 @@ public:
     
     // Markers:
     ConstantFirstVal = FunctionVal,
-    ConstantLastVal  = ConstantPointerNullVal,
+    ConstantLastVal  = ConstantPointerNullVal
   };
   unsigned getValueType() const {
     return SubclassID;