summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-01-02 16:32:55 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-01-02 16:32:55 +0000
commitc120526e20c45c0296a1ae62ded3d976326bcbeb (patch)
tree77c773ff672c99a77425995bee65446c137fd11d /lib
parent0526de6b3edf4df9608d97680436c669dc98c001 (diff)
downloadllvm-c120526e20c45c0296a1ae62ded3d976326bcbeb.tar.gz
llvm-c120526e20c45c0296a1ae62ded3d976326bcbeb.tar.bz2
llvm-c120526e20c45c0296a1ae62ded3d976326bcbeb.tar.xz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AsmParser/LLToken.h b/lib/AsmParser/LLToken.h
index 78286005b8..95a0c91006 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