1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Remove comma at end of enumerator list.

llvm-svn: 61585
This commit is contained in:
Daniel Dunbar 2009-01-02 16:32:55 +00:00
parent 2c89c6ebae
commit eedbd9ee1b

View File

@ -118,7 +118,7 @@ namespace lltok {
Type,
APFloat, // APFloatVal
APSInt, // APSInt
APSInt // APSInt
};
} // end namespace lltok
} // end namespace llvm