aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode/LLVMBitCodes.h
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-09-05 19:00:49 +0000
committerChad Rosier <mcrosier@apple.com>2012-09-05 19:00:49 +0000
commit581600bfc3060ee13afb278cd87e25da5b5f7db2 (patch)
tree1136bdd2faa7d5f5514193d9ca9c4f1138b62cef /include/llvm/Bitcode/LLVMBitCodes.h
parent7bebddf55ece46995f310d79195afb4e5b239886 (diff)
downloadexternal_llvm-581600bfc3060ee13afb278cd87e25da5b5f7db2.zip
external_llvm-581600bfc3060ee13afb278cd87e25da5b5f7db2.tar.gz
external_llvm-581600bfc3060ee13afb278cd87e25da5b5f7db2.tar.bz2
[ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to
inteldialect. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163231 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 3ac608b..c1dc190 100644
--- a/include/llvm/Bitcode/LLVMBitCodes.h
+++ b/include/llvm/Bitcode/LLVMBitCodes.h
@@ -168,7 +168,7 @@ namespace bitc {
CST_CODE_BLOCKADDRESS = 21, // CST_CODE_BLOCKADDRESS [fnty, fnval, bb#]
CST_CODE_DATA = 22, // DATA: [n x elements]
CST_CODE_INLINEASM = 23 // INLINEASM: [sideeffect|alignstack|
- // nsdialect,asmstr,conststr]
+ // asmdialect,asmstr,conststr]
};
/// CastOpcodes - These are values used in the bitcode files to encode which