[llvm-commits] CVS: llvm/projects/Stacker/lib/compiler/StackerParser.y
Reid Spencer
reid at x10sys.com
Wed Sep 1 15:55:57 PDT 2004
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerParser.y updated: 1.6 -> 1.7
---
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/projects/Stacker/lib/compiler/StackerParser.y
diff -u llvm/projects/Stacker/lib/compiler/StackerParser.y:1.6 llvm/projects/Stacker/lib/compiler/StackerParser.y:1.7
--- llvm/projects/Stacker/lib/compiler/StackerParser.y:1.6 Thu Jul 29 12:17:46 2004
+++ llvm/projects/Stacker/lib/compiler/StackerParser.y Wed Sep 1 17:55:37 2004
@@ -16,8 +16,8 @@
#include "llvm/SymbolTable.h"
#include "llvm/Module.h"
#include "llvm/Instructions.h"
-#include "Support/STLExtras.h"
-#include "Support/DepthFirstIterator.h"
+#include "llvm/ADT/STLExtras.h"
+#include "llvm/ADT/DepthFirstIterator.h"
#include <list>
#include <utility>
#include <algorithm>
More information about the llvm-commits
mailing list