Fix trailing commas at the end of enumerator lists.

Seriously, I have no idea how you guys managed to build LLDB before.

llvm-svn: 131684
This commit is contained in:
Charles Davis 2011-05-19 21:59:12 +00:00
parent 8e129296fe
commit c9c24af6f2
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ public:
dwarf_ymm4 = dwarf_xmm4,
dwarf_ymm5 = dwarf_xmm5,
dwarf_ymm6 = dwarf_xmm6,
dwarf_ymm7 = dwarf_xmm7,
dwarf_ymm7 = dwarf_xmm7
};
enum

View File

@ -74,7 +74,7 @@ private:
{
eOBJC_TRAMPOLINE_MESSAGE = (1<<0), // trampoline acts like objc_msgSend
eOBJC_TRAMPOLINE_STRET = (1<<1), // trampoline is struct-returning
eOBJC_TRAMPOLINE_VTABLE = (1<<2), // trampoline is vtable dispatcher
eOBJC_TRAMPOLINE_VTABLE = (1<<2) // trampoline is vtable dispatcher
};
private: