aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bytecode
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-22 16:23:43 +0000
committerChris Lattner <sabre@nondot.org>2006-02-22 16:23:43 +0000
commit410354fe0c052141dadeca939395743f8dd58e38 (patch)
tree93f7cc80943a94623335b126b87998cebbe0e00b /include/llvm/Bytecode
parenta2a51607a6601d42c5f559858f77ef1cad86efe1 (diff)
downloadexternal_llvm-410354fe0c052141dadeca939395743f8dd58e38.tar.gz
external_llvm-410354fe0c052141dadeca939395743f8dd58e38.tar.bz2
external_llvm-410354fe0c052141dadeca939395743f8dd58e38.zip
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Patch by Martin Partel! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Bytecode')
-rw-r--r--include/llvm/Bytecode/Archive.h2
-rw-r--r--include/llvm/Bytecode/Format.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Bytecode/Archive.h b/include/llvm/Bytecode/Archive.h
index 618f0516ca..dfc31261f6 100644
--- a/include/llvm/Bytecode/Archive.h
+++ b/include/llvm/Bytecode/Archive.h
@@ -56,7 +56,7 @@ class ArchiveMember {
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
};
/// @}
diff --git a/include/llvm/Bytecode/Format.h b/include/llvm/Bytecode/Format.h
index 5f5feb8ddc..24d1ed67ee 100644
--- a/include/llvm/Bytecode/Format.h
+++ b/include/llvm/Bytecode/Format.h
@@ -47,7 +47,7 @@ public:
// 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