[ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsm
authorChad Rosier <mcrosier@apple.com>
Tue, 4 Sep 2012 22:46:24 +0000 (22:46 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 4 Sep 2012 22:46:24 +0000 (22:46 +0000)
commit03fe8f6ab6977e0a07b17b84e9b33939d2f23025
treebbb7795b90eceb86cc42ed7d0bf94998c8f583a5
parent4e2132e7ae4b41ff6093bbaebcb852105277ac53
[ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsm
class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163175 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InlineAsm.h
lib/VMCore/ConstantsContext.h
lib/VMCore/Core.cpp
lib/VMCore/InlineAsm.cpp