Remove non-sensical FIXME.

llvm-svn: 91192
This commit is contained in:
Daniel Dunbar 2009-12-12 00:39:58 +00:00
parent eadc7c3537
commit 62ee5340fc
1 changed files with 0 additions and 1 deletions

View File

@ -199,7 +199,6 @@ def warn_pragma_pack_invalid_alignment : Warning<
"expected #pragma pack parameter to be '1', '2', '4', '8', or '16'">;
// Follow the MSVC implementation.
def warn_pragma_pack_show : Warning<"value of #pragma pack(show) == %0">;
// FIXME: Dehardcode.
def warn_pragma_pack_pop_identifer_and_alignment : Warning<
"specifying both a name and alignment to 'pop' is undefined">;
def warn_pragma_pack_pop_failed : Warning<"#pragma pack(pop, ...) failed: %0">;