[llvm-commits] CVS: llvm/lib/Target/X86/X86TargetMachine.h

Chris Lattner lattner at cs.uiuc.edu
Sat Dec 28 15:01:15 PST 2002


Changes in directory llvm/lib/Target/X86:

X86TargetMachine.h updated: 1.6 -> 1.7

---
Log message:

Rename MachineFrameInfo to TargetFrameInfo.h



---
Diffs of the changes:

Index: llvm/lib/Target/X86/X86TargetMachine.h
diff -u llvm/lib/Target/X86/X86TargetMachine.h:1.6 llvm/lib/Target/X86/X86TargetMachine.h:1.7
--- llvm/lib/Target/X86/X86TargetMachine.h:1.6	Sat Dec 28 14:33:52 2002
+++ llvm/lib/Target/X86/X86TargetMachine.h	Sat Dec 28 15:00:25 2002
@@ -8,8 +8,8 @@
 #define X86TARGETMACHINE_H
 
 #include "llvm/Target/TargetMachine.h"
+#include "llvm/Target/TargetFrameInfo.h"
 #include "X86InstrInfo.h"
-#include "llvm/Target/MachineFrameInfo.h"
 
 class X86TargetMachine : public TargetMachine {
   X86InstrInfo InstrInfo;





More information about the llvm-commits mailing list