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 7828600..95a0c91 100644
--- a/lib/AsmParser/LLToken.h
+++ b/lib/AsmParser/LLToken.h
@@ -118,7 +118,7 @@
     Type, 
     
     APFloat,  // APFloatVal
-    APSInt, // APSInt
+    APSInt // APSInt
   };
 } // end namespace lltok
 } // end namespace llvm