OptBisect.cpp - remove unused include. NFCI.

StringRef.h is included in OptBisect.h and we have no uses of std::string.
This commit is contained in:
Simon Pilgrim 2021-06-07 18:19:44 +01:00
parent 49d3a367c0
commit f96b5e801d
1 changed files with 0 additions and 2 deletions

View File

@ -13,13 +13,11 @@
//===----------------------------------------------------------------------===//
#include "llvm/IR/OptBisect.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <limits>
#include <string>
using namespace llvm;