[llvm-commits] CVS: llvm/include/llvm/CodeGen/InstrSelection.h MachineFrameInfo.h SSARegMap.h

John Criswell criswell at cs.uiuc.edu
Mon Jun 30 17:05:15 PDT 2003


Changes in directory llvm/include/llvm/CodeGen:

InstrSelection.h updated: 1.24 -> 1.25
MachineFrameInfo.h updated: 1.5 -> 1.6
SSARegMap.h updated: 1.5 -> 1.6

---
Log message:

Merged in autoconf branch.  This provides configuration via the autoconf
system.


---
Diffs of the changes:

Index: llvm/include/llvm/CodeGen/InstrSelection.h
diff -u llvm/include/llvm/CodeGen/InstrSelection.h:1.24 llvm/include/llvm/CodeGen/InstrSelection.h:1.25
--- llvm/include/llvm/CodeGen/InstrSelection.h:1.24	Sat Jun 21 22:06:13 2003
+++ llvm/include/llvm/CodeGen/InstrSelection.h	Mon Jun 30 16:58:30 2003
@@ -8,6 +8,7 @@
 #define LLVM_CODEGEN_INSTR_SELECTION_H
 
 #include "llvm/Instruction.h"
+
 class Function;
 class InstrForest;
 class MachineInstr;


Index: llvm/include/llvm/CodeGen/MachineFrameInfo.h
diff -u llvm/include/llvm/CodeGen/MachineFrameInfo.h:1.5 llvm/include/llvm/CodeGen/MachineFrameInfo.h:1.6
--- llvm/include/llvm/CodeGen/MachineFrameInfo.h:1.5	Wed Jun 11 09:01:30 2003
+++ llvm/include/llvm/CodeGen/MachineFrameInfo.h	Mon Jun 30 16:58:30 2003
@@ -35,7 +35,6 @@
 class TargetRegisterClass;
 class MachineFunction;
 #include <vector>
-#include <assert.h>
 
 class MachineFrameInfo {
 


Index: llvm/include/llvm/CodeGen/SSARegMap.h
diff -u llvm/include/llvm/CodeGen/SSARegMap.h:1.5 llvm/include/llvm/CodeGen/SSARegMap.h:1.6
--- llvm/include/llvm/CodeGen/SSARegMap.h:1.5	Sat Jun 21 22:06:13 2003
+++ llvm/include/llvm/CodeGen/SSARegMap.h	Mon Jun 30 16:58:30 2003
@@ -11,6 +11,7 @@
 #define LLVM_CODEGEN_SSAREGMAP_H
 
 #include "llvm/Target/MRegisterInfo.h"
+
 class TargetRegisterClass;
 
 class SSARegMap {





More information about the llvm-commits mailing list