[llvm-commits] CVS: llvm/include/llvm/Bytecode/Archive.h Format.h
Chris Lattner
lattner at cs.uiuc.edu
Wed Feb 22 08:24:05 PST 2006
Changes in directory llvm/include/llvm/Bytecode:
Archive.h updated: 1.13 -> 1.14
Format.h updated: 1.12 -> 1.13
---
Log message:
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Patch by Martin Partel!
---
Diffs of the changes: (+2 -2)
Archive.h | 2 +-
Format.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/Bytecode/Archive.h
diff -u llvm/include/llvm/Bytecode/Archive.h:1.13 llvm/include/llvm/Bytecode/Archive.h:1.14
--- llvm/include/llvm/Bytecode/Archive.h:1.13 Tue Nov 29 23:26:03 2005
+++ llvm/include/llvm/Bytecode/Archive.h Wed Feb 22 10:23:42 2006
@@ -56,7 +56,7 @@
CompressedBytecodeFlag = 32, ///< Member is compressed bytecode
HasPathFlag = 64, ///< Member has a full or partial path
HasLongFilenameFlag = 128, ///< Member uses the long filename syntax
- StringTableFlag = 256, ///< Member is an ar(1) format string table
+ StringTableFlag = 256 ///< Member is an ar(1) format string table
};
/// @}
Index: llvm/include/llvm/Bytecode/Format.h
diff -u llvm/include/llvm/Bytecode/Format.h:1.12 llvm/include/llvm/Bytecode/Format.h:1.13
--- llvm/include/llvm/Bytecode/Format.h:1.12 Thu Apr 21 15:34:13 2005
+++ llvm/include/llvm/Bytecode/Format.h Wed Feb 22 10:23:42 2006
@@ -47,7 +47,7 @@
// tables for a function, allowing the indices used within the function to
// be as small as possible. This often allows the instructions to be
// encoded more efficiently.
- CompactionTable = 0x33,
+ CompactionTable = 0x33
};
/// In LLVM 1.3 format, the identifier and the size of the block are
More information about the llvm-commits
mailing list