Skip to content

Commit 2c0569c

Browse files
committed
Merging r326843:
------------------------------------------------------------------------ r326843 | eugenezelenko | 2018-03-06 15:06:13 -0800 (Tue, 06 Mar 2018) | 6 lines [Transforms] Add missing header for InstructionCombining.cpp, in order to export LLVMInitializeInstCombine as extern "C". Fixes PR35947. Patch by Brenton Bostick. Differential revision: https://reviews.llvm.org/D44140 ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@329480 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent be41070 commit 2c0569c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Transforms/InstCombine/InstructionCombining.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
//===----------------------------------------------------------------------===//
3535

3636
#include "InstCombineInternal.h"
37+
#include "llvm-c/Initialization.h"
3738
#include "llvm/ADT/APInt.h"
3839
#include "llvm/ADT/ArrayRef.h"
3940
#include "llvm/ADT/DenseMap.h"

0 commit comments

Comments
 (0)