[llvm-commits] CVS: llvm/lib/Target/SparcV9/LiveVar/BBLiveVar.cpp BBLiveVar.h FunctionLiveVarInfo.cpp FunctionLiveVarInfo.h

Reid Spencer reid at x10sys.com
Wed Sep 1 15:55:57 PDT 2004



Changes in directory llvm/lib/Target/SparcV9/LiveVar:

BBLiveVar.cpp updated: 1.47 -> 1.48
BBLiveVar.h updated: 1.26 -> 1.27
FunctionLiveVarInfo.cpp updated: 1.57 -> 1.58
FunctionLiveVarInfo.h updated: 1.1 -> 1.2
---
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:  (+6 -6)

Index: llvm/lib/Target/SparcV9/LiveVar/BBLiveVar.cpp
diff -u llvm/lib/Target/SparcV9/LiveVar/BBLiveVar.cpp:1.47 llvm/lib/Target/SparcV9/LiveVar/BBLiveVar.cpp:1.48
--- llvm/lib/Target/SparcV9/LiveVar/BBLiveVar.cpp:1.47	Sun Jul  4 07:19:56 2004
+++ llvm/lib/Target/SparcV9/LiveVar/BBLiveVar.cpp	Wed Sep  1 17:55:36 2004
@@ -16,7 +16,7 @@
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/Support/CFG.h"
-#include "Support/SetOperations.h"
+#include "llvm/ADT/SetOperations.h"
 #include "../SparcV9Internals.h"
 #include <iostream>
 


Index: llvm/lib/Target/SparcV9/LiveVar/BBLiveVar.h
diff -u llvm/lib/Target/SparcV9/LiveVar/BBLiveVar.h:1.26 llvm/lib/Target/SparcV9/LiveVar/BBLiveVar.h:1.27
--- llvm/lib/Target/SparcV9/LiveVar/BBLiveVar.h:1.26	Wed Feb 11 11:55:09 2004
+++ llvm/lib/Target/SparcV9/LiveVar/BBLiveVar.h	Wed Sep  1 17:55:36 2004
@@ -16,7 +16,7 @@
 #define LIVE_VAR_BB_H
 
 #include "llvm/CodeGen/ValueSet.h"
-#include "Support/hash_map"
+#include "llvm/ADT/hash_map"
 
 namespace llvm {
 


Index: llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp
diff -u llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp:1.57 llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp:1.58
--- llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp:1.57	Thu Jul 15 19:06:54 2004
+++ llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp	Wed Sep  1 17:55:36 2004
@@ -18,9 +18,9 @@
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Support/CFG.h"
-#include "Support/PostOrderIterator.h"
-#include "Support/SetOperations.h"
-#include "Support/CommandLine.h"
+#include "llvm/ADT/PostOrderIterator.h"
+#include "llvm/ADT/SetOperations.h"
+#include "llvm/Support/CommandLine.h"
 #include "BBLiveVar.h"
 #include <iostream>
 


Index: llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.h
diff -u llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.h:1.1 llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.h:1.2
--- llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.h:1.1	Tue Feb 24 13:45:45 2004
+++ llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.h	Wed Sep  1 17:55:36 2004
@@ -35,7 +35,7 @@
 #ifndef FUNCTION_LIVE_VAR_INFO_H
 #define FUNCTION_LIVE_VAR_INFO_H
 
-#include "Support/hash_map"
+#include "llvm/ADT/hash_map"
 #include "llvm/Pass.h"
 #include "llvm/CodeGen/ValueSet.h"
 






More information about the llvm-commits mailing list