c bindings: revert LLVMConstInlineAsm to always use the default asm dialect.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 10 Sep 2012 11:52:00 +0000 (11:52 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 10 Sep 2012 11:52:00 +0000 (11:52 +0000)
commitc1cbfa805b883deb559ecc0343936e18cca9e22f
treef23671ba180175ea2805ced0de0abf7b5e2ca781
parent4fbaa509eb1b9fe8121dc65dea83522a5c844d95
c bindings: revert LLVMConstInlineAsm to always use the default asm dialect.

- The C API should be stable
- InlineAsm::AsmDialect is not exposed to C
- The function didn't match the prototype so this was unreachable code

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