Remove redundant SCCP pass
[oota-llvm.git] / tools / llvm-prof / llvm-prof.cpp
index 3288a4d811d66cb524123226ce3ed6177880c8d3..f0e9dc71248ebf3f90da2113fb44a4c4cdd04c15 100644 (file)
@@ -19,8 +19,9 @@
 #include "llvm/Analysis/ProfileInfoLoader.h"
 #include "llvm/Bytecode/Reader.h"
 #include "Support/CommandLine.h"
-#include "Support/Signals.h"
+#include "llvm/System/Signals.h"
 #include <cstdio>
+#include <iostream>
 #include <map>
 #include <set>