From b995c5e1185840ee8574f827d7c7cb0db8dc4242 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 8 Oct 2005 01:24:19 +0000 Subject: [PATCH] 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 --- include/llvm/Value.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;