Skip to content

Commit

Permalink
[InstCombine] Remove include of DIBuilder.h and Dwarf.h as they don't…
Browse files Browse the repository at this point in the history
… appear to be necessary.

llvm-svn: 307295
  • Loading branch information
topperc committed Jul 6, 2017
1 parent 5499b1b commit e9bf7eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/lib/Transforms/InstCombine/InstCombineInternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/TargetFolder.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/BinaryFormat/Dwarf.h"
#include "llvm/IR/DIBuilder.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/InstVisitor.h"
Expand Down

0 comments on commit e9bf7eb

Please sign in to comment.