[PATCH] D49416: [LLVM-C] Fix name mangling on AggressiveInstCombine

whitequark via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 17 04:19:22 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL337264: [LLVM-C] Fix name mangling on AggressiveInstCombine (authored by whitequark, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D49416?vs=155819&id=155849#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D49416

Files:
  llvm/trunk/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp


Index: llvm/trunk/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
===================================================================
--- llvm/trunk/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
+++ llvm/trunk/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
@@ -16,6 +16,7 @@
 #include "llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h"
 #include "AggressiveInstCombineInternal.h"
 #include "llvm-c/Initialization.h"
+#include "llvm-c/Transforms/Scalar.h"
 #include "llvm/Analysis/AliasAnalysis.h"
 #include "llvm/Analysis/BasicAliasAnalysis.h"
 #include "llvm/Analysis/GlobalsModRef.h"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49416.155849.patch
Type: text/x-patch
Size: 647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180717/f6b3d51d/attachment.bin>


More information about the llvm-commits mailing list