Skip to content

Commit

Permalink
AggressiveInstCombine.h - remove unused includes. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Jul 23, 2020
1 parent 9c81c23 commit 86fd5be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,6 @@
#ifndef LLVM_TRANSFORMS_AGGRESSIVE_INSTCOMBINE_INSTCOMBINE_H
#define LLVM_TRANSFORMS_AGGRESSIVE_INSTCOMBINE_INSTCOMBINE_H

#include "llvm/IR/Function.h"
#include "llvm/IR/PassManager.h"

namespace llvm {
Expand Down
Expand Up @@ -23,6 +23,7 @@
#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/LegacyPassManager.h"
#include "llvm/IR/PatternMatch.h"
Expand Down

0 comments on commit 86fd5be

Please sign in to comment.