From c120526e20c45c0296a1ae62ded3d976326bcbeb Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 2 Jan 2009 16:32:55 +0000 Subject: [PATCH] Remove comma at end of enumerator list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61585 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AsmParser/LLToken.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AsmParser/LLToken.h b/lib/AsmParser/LLToken.h index 78286005b8b..95a0c910064 100644 --- a/lib/AsmParser/LLToken.h +++ b/lib/AsmParser/LLToken.h @@ -118,7 +118,7 @@ namespace lltok { Type, APFloat, // APFloatVal - APSInt, // APSInt + APSInt // APSInt }; } // end namespace lltok } // end namespace llvm