From: Chris Lattner Date: Sat, 8 Oct 2005 01:24:19 +0000 (+0000) Subject: remove a comma to compile with pedantic gcc X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b995c5e1185840ee8574f827d7c7cb0db8dc4242;p=oota-llvm.git remove a comma to compile with pedantic gcc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23667 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Value.h b/include/llvm/Value.h index f71491d36ea..e02cec132ea 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -158,7 +158,7 @@ public: // Markers: ConstantFirstVal = FunctionVal, - ConstantLastVal = ConstantPointerNullVal, + ConstantLastVal = ConstantPointerNullVal }; unsigned getValueType() const { return SubclassID;