aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode/LLVMBitCodes.h
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-12-07 23:57:55 +0000
committerChad Rosier <mcrosier@apple.com>2011-12-07 23:57:55 +0000
commit0c89f7fda27140445fad2fb70f3d6e616792f262 (patch)
tree09c2d22a8bfb2e2dd8cda372a288086e9dd9f24f /include/llvm/Bitcode/LLVMBitCodes.h
parentaf4edea67b007592f9474e07d27182956e37f7f5 (diff)
downloadexternal_llvm-0c89f7fda27140445fad2fb70f3d6e616792f262.zip
external_llvm-0c89f7fda27140445fad2fb70f3d6e616792f262.tar.gz
external_llvm-0c89f7fda27140445fad2fb70f3d6e616792f262.tar.bz2
Fix comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146107 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Bitcode/LLVMBitCodes.h')
-rw-r--r--include/llvm/Bitcode/LLVMBitCodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Bitcode/LLVMBitCodes.h b/include/llvm/Bitcode/LLVMBitCodes.h
index 0f048be..c517e4e 100644
--- a/include/llvm/Bitcode/LLVMBitCodes.h
+++ b/include/llvm/Bitcode/LLVMBitCodes.h
@@ -61,7 +61,7 @@ namespace bitc {
MODULE_CODE_GLOBALVAR = 7,
// FUNCTION: [type, callingconv, isproto, linkage, paramattrs, alignment,
- // section, visibility]
+ // section, visibility, gc, unnamed_addr]
MODULE_CODE_FUNCTION = 8,
// ALIAS: [alias type, aliasee val#, linkage]