[llvm-commits] CVS: llvm/tools/opt/opt.cpp
Reid Spencer
reid at x10sys.com
Wed Sep 1 15:55:58 PDT 2004
Changes in directory llvm/tools/opt:
opt.cpp updated: 1.96 -> 1.97
---
Log message:
Changes For Bug 352: http://llvm.cs.uiuc.edu/PR352
Move include/Config and include/Support into include/llvm/Config,
include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
public header files must be under include/llvm/.
---
Diffs of the changes: (+2 -2)
Index: llvm/tools/opt/opt.cpp
diff -u llvm/tools/opt/opt.cpp:1.96 llvm/tools/opt/opt.cpp:1.97
--- llvm/tools/opt/opt.cpp:1.96 Sun Aug 29 14:28:55 2004
+++ llvm/tools/opt/opt.cpp Wed Sep 1 17:55:40 2004
@@ -21,8 +21,8 @@
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/PassNameParser.h"
#include "llvm/System/Signals.h"
-#include "Support/PluginLoader.h"
-#include "Support/SystemUtils.h"
+#include "llvm/Support/PluginLoader.h"
+#include "llvm/Support/SystemUtils.h"
#include <fstream>
#include <memory>
#include <algorithm>
More information about the llvm-commits
mailing list