aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode/LLVMBitCodes.h
diff options
context:
space:
mode:
authorChristopher Lamb <christopher.lamb@gmail.com>2007-12-12 08:44:39 +0000
committerChristopher Lamb <christopher.lamb@gmail.com>2007-12-12 08:44:39 +0000
commitd49e18d29f3c5622cfd373fbfa0b954d1c256455 (patch)
tree9da0bbb9a16c21a297f898d45dd3f426d28b2218 /include/llvm/Bitcode/LLVMBitCodes.h
parent794405e6aa012e33d8e619e058d03b8600312208 (diff)
downloadexternal_llvm-d49e18d29f3c5622cfd373fbfa0b954d1c256455.zip
external_llvm-d49e18d29f3c5622cfd373fbfa0b954d1c256455.tar.gz
external_llvm-d49e18d29f3c5622cfd373fbfa0b954d1c256455.tar.bz2
Implement part of review feedback for address spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44933 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Bitcode/LLVMBitCodes.h')
-rw-r--r--include/llvm/Bitcode/LLVMBitCodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Bitcode/LLVMBitCodes.h b/include/llvm/Bitcode/LLVMBitCodes.h
index 8d95c87..3b026ef 100644
--- a/include/llvm/Bitcode/LLVMBitCodes.h
+++ b/include/llvm/Bitcode/LLVMBitCodes.h
@@ -194,6 +194,7 @@ namespace bitc {
FUNC_CODE_INST_FREE = 18, // FREE: [opty, op]
FUNC_CODE_INST_ALLOCA = 19, // ALLOCA: [instty, op, align]
FUNC_CODE_INST_LOAD = 20, // LOAD: [opty, op, align, vol]
+ // FIXME: Remove STORE in favor of STORE2 in LLVM 3.0
FUNC_CODE_INST_STORE = 21, // STORE: [valty,val,ptr, align, vol]
FUNC_CODE_INST_CALL = 22, // CALL: [attr, fnty, fnid, args...]
FUNC_CODE_INST_VAARG = 23, // VAARG: [valistty, valist, instty]