Skip to content

Commit f96b5e8

Browse files
committed
OptBisect.cpp - remove unused include. NFCI.
StringRef.h is included in OptBisect.h and we have no uses of std::string.
1 parent 49d3a36 commit f96b5e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/IR/OptBisect.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@
1313
//===----------------------------------------------------------------------===//
1414

1515
#include "llvm/IR/OptBisect.h"
16-
#include "llvm/ADT/StringRef.h"
1716
#include "llvm/Pass.h"
1817
#include "llvm/Support/CommandLine.h"
1918
#include "llvm/Support/raw_ostream.h"
2019
#include <cassert>
2120
#include <limits>
22-
#include <string>
2321

2422
using namespace llvm;
2523

0 commit comments

Comments
 (0)