aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-07-27 23:32:19 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-07-27 23:32:19 +0000
commit41ba2b47dadb6595272b10ad05fc56352e764e97 (patch)
tree7f896a002e3f28d2f5546fdb593c1eb1b6fca740 /clang/lib/CodeGen/CodeGenModule.cpp
parent93b3504aa82db9fe6445306277528d2512d64764 (diff)
downloadllvm-41ba2b47dadb6595272b10ad05fc56352e764e97.zip
llvm-41ba2b47dadb6595272b10ad05fc56352e764e97.tar.gz
llvm-41ba2b47dadb6595272b10ad05fc56352e764e97.tar.bz2
[opaque pointers] Avoid the use of pointee types when parsing inline asm in IR
When parsing calls to inline asm the pointee type (of the pointer type representing the value type of the InlineAsm value) was used. To avoid using it, use the ValID structure to ferry the FunctionType directly through to the InlineAsm construction. This is a bit of a workaround - alternatively the inline asm could explicitly describe the type but that'd be verbose/redundant in the IR and so long as the inline asm calls directly in the context of a call or invoke, this should suffice. llvm-svn: 243349
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions