From: Daniel Dunbar Date: Fri, 2 Jan 2009 16:32:55 +0000 (+0000) Subject: Remove comma at end of enumerator list. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c120526e20c45c0296a1ae62ded3d976326bcbeb;p=oota-llvm.git Remove comma at end of enumerator list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61585 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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