summaryrefslogtreecommitdiff
path: root/include/llvm/IR/OptBisect.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/IR/OptBisect.h')
-rw-r--r--include/llvm/IR/OptBisect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/IR/OptBisect.h b/include/llvm/IR/OptBisect.h
index 185a5ac956f54..09e67aa792467 100644
--- a/include/llvm/IR/OptBisect.h
+++ b/include/llvm/IR/OptBisect.h
@@ -1,4 +1,4 @@
-//===----------- llvm/IR/OptBisect.h - LLVM Bisect support -------------===//
+//===- llvm/IR/OptBisect.h - LLVM Bisect support ----------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -15,11 +15,11 @@
#ifndef LLVM_IR_OPTBISECT_H
#define LLVM_IR_OPTBISECT_H
+#include "llvm/ADT/StringRef.h"
+
namespace llvm {
class Pass;
-class StringRef;
-class Twine;
/// This class implements a mechanism to disable passes and individual
/// optimizations at compile time based on a command line option