[llvm-commits] CVS: llvm/tools/opt/opt.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu May 27 00:42:04 PDT 2004


Changes in directory llvm/tools/opt:

opt.cpp updated: 1.89 -> 1.90

---
Log message:

Header file moved


---
Diffs of the changes:  (+1 -1)

Index: llvm/tools/opt/opt.cpp
diff -u llvm/tools/opt/opt.cpp:1.89 llvm/tools/opt/opt.cpp:1.90
--- llvm/tools/opt/opt.cpp:1.89	Thu Apr  1 23:06:57 2004
+++ llvm/tools/opt/opt.cpp	Thu May 27 00:38:39 2004
@@ -21,7 +21,7 @@
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/TargetMachineImpls.h"
 #include "llvm/Support/PassNameParser.h"
-#include "Support/Signals.h"
+#include "llvm/System/Signals.h"
 #include "Support/SystemUtils.h"
 #include <fstream>
 #include <memory>





More information about the llvm-commits mailing list