[PATCH] D17057: Add support for phi nodes in the LLVM C API test

Amaury SECHET via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 16:22:31 PST 2016


deadalnix created this revision.
deadalnix added reviewers: bogner, chandlerc, echristo, dblaikie, joker.eph, Wallbraker.
deadalnix added a subscriber: llvm-commits.

This required to add binding to Instruction::removeFromParent so that instruction can be forward declared and then moved at the right place.

http://reviews.llvm.org/D17057

Files:
  include/llvm-c/Core.h
  lib/IR/Core.cpp
  test/Bindings/llvm-c/echo.ll
  tools/llvm-c-test/echo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17057.47396.patch
Type: text/x-patch
Size: 3512 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160210/bb99e026/attachment.bin>


More information about the llvm-commits mailing list