[PATCH] D44140: Add missing header for InstructionCombining.cpp, in order to export LLVMInitializeInstCombine as extern "C"
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 6 15:10:50 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL326843: [Transforms] Add missing header for InstructionCombining.cpp, in order to… (authored by eugenezelenko, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D44140?vs=137191&id=137281#toc
Repository:
rL LLVM
https://reviews.llvm.org/D44140
Files:
llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp
Index: llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp
===================================================================
--- llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp
+++ llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp
@@ -34,6 +34,7 @@
//===----------------------------------------------------------------------===//
#include "InstCombineInternal.h"
+#include "llvm-c/Initialization.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44140.137281.patch
Type: text/x-patch
Size: 537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180306/5e226ae2/attachment.bin>
More information about the llvm-commits
mailing list