optimize strstr, PR5783
[oota-llvm.git] / lib / CodeGen / MachineSink.cpp
index 70d471fcba5d8fdbf2a4f094438d04ab4f3db0d7..e04073884da72f5ae4b3da409e9cbf80c2b47c42 100644 (file)
@@ -25,7 +25,6 @@
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/ADT/Statistic.h"
-#include "llvm/Support/Compiler.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"
 using namespace llvm;