[opaque pointer type] Add textual IR support for explicit type parameter to the invok...
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 24 Apr 2015 19:32:54 +0000 (19:32 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 24 Apr 2015 19:32:54 +0000 (19:32 +0000)
commite41f3849bcde78d7d30d604a0ef7c08bc49df568
tree93ad40000952cb9222ef470392dd8ffa8a90027e
parent9cb570cb753e76e99f6ad6fc2eb61d96366da4c4
[opaque pointer type] Add textual IR support for explicit type parameter to the invoke instruction

Same as r235145 for the call instruction - the justification, tradeoffs,
etc are all the same. The conversion script worked the same without any
false negatives (after replacing 'call' with 'invoke').

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235755 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
lib/AsmParser/LLParser.cpp
lib/IR/AsmWriter.cpp
test/CodeGen/Mips/mips16ex.ll
test/CodeGen/WinEH/cppeh-prepared-catch.ll
test/CodeGen/WinEH/cppeh-similar-catch-blocks.ll
test/CodeGen/X86/2008-04-17-CoalescerBug.ll
test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.ll
test/CodeGen/X86/large-gep-chain.ll
test/CodeGen/X86/patchpoint-invoke.ll
test/CodeGen/X86/split-eh-lpad-edges.ll
test/CodeGen/X86/statepoint-invoke.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/LCSSA/invoke-dest.ll
test/Transforms/ObjCARC/path-overflow.ll
test/Transforms/RewriteStatepointsForGC/live-vector.ll
test/Transforms/RewriteStatepointsForGC/preprocess.ll
test/Verifier/statepoint.ll