diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-01-02 16:32:55 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-01-02 16:32:55 +0000 |
commit | c120526e20c45c0296a1ae62ded3d976326bcbeb (patch) | |
tree | 77c773ff672c99a77425995bee65446c137fd11d /lib | |
parent | 0526de6b3edf4df9608d97680436c669dc98c001 (diff) | |
download | external_llvm-c120526e20c45c0296a1ae62ded3d976326bcbeb.zip external_llvm-c120526e20c45c0296a1ae62ded3d976326bcbeb.tar.gz external_llvm-c120526e20c45c0296a1ae62ded3d976326bcbeb.tar.bz2 |
Remove comma at end of enumerator list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61585 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/AsmParser/LLToken.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ namespace lltok { Type, APFloat, // APFloatVal - APSInt, // APSInt + APSInt // APSInt }; } // end namespace lltok } // end namespace llvm |