forked from OSchip/llvm-project
BuildLibCalls.h - remove unnecessary TargetLibraryInfo forward declaration. NFC
We already have to include the TargetLibraryInfo.h header.
This commit is contained in:
parent
c96ca71a9f
commit
9308dffc21
|
@ -19,7 +19,6 @@
|
|||
namespace llvm {
|
||||
class Value;
|
||||
class DataLayout;
|
||||
class TargetLibraryInfo;
|
||||
class IRBuilderBase;
|
||||
|
||||
/// Analyze the name and prototype of the given function and set any
|
||||
|
|
Loading…
Reference in New Issue