Skip to content

Commit

Permalink
Remove unused header from EntryExitInstrumenter
Browse files Browse the repository at this point in the history
Fixes layering, since Transforms/Utils doesn't depend on CodeGen, so
shouldn't include headers from it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328399 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dwblaikie committed Mar 24, 2018
1 parent fbb1ffb commit 679790c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Transforms/Utils/EntryExitInstrumenter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include "llvm/Transforms/Utils/EntryExitInstrumenter.h"
#include "llvm/Analysis/GlobalsModRef.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
Expand Down

0 comments on commit 679790c

Please sign in to comment.