[llvm-commits] CVS: llvm/lib/Target/X86/X86.h InstSelectSimple.cpp
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 29 15:06:01 PST 2002
Changes in directory llvm/lib/Target/X86:
X86.h updated: 1.3 -> 1.4
InstSelectSimple.cpp updated: 1.5 -> 1.6
---
Log message:
Rename X86InstructionInfo to X86InstrInfo
---
Diffs of the changes:
Index: llvm/lib/Target/X86/X86.h
diff -u llvm/lib/Target/X86/X86.h:1.3 llvm/lib/Target/X86/X86.h:1.4
--- llvm/lib/Target/X86/X86.h:1.3 Tue Oct 29 11:43:38 2002
+++ llvm/lib/Target/X86/X86.h Tue Oct 29 15:05:24 2002
@@ -55,7 +55,7 @@
// This defines a large number of symbolic names for X86 instruction opcodes.
enum Opcode {
#define I(ENUM, NAME, FLAGS, TSFLAGS) ENUM,
-#include "X86InstructionInfo.def"
+#include "X86InstrInfo.def"
};
}
Index: llvm/lib/Target/X86/InstSelectSimple.cpp
diff -u llvm/lib/Target/X86/InstSelectSimple.cpp:1.5 llvm/lib/Target/X86/InstSelectSimple.cpp:1.6
--- llvm/lib/Target/X86/InstSelectSimple.cpp:1.5 Tue Oct 29 14:48:56 2002
+++ llvm/lib/Target/X86/InstSelectSimple.cpp Tue Oct 29 15:05:24 2002
@@ -5,7 +5,7 @@
//===----------------------------------------------------------------------===//
#include "X86.h"
-#include "X86InstructionInfo.h"
+#include "X86InstrInfo.h"
#include "llvm/Function.h"
#include "llvm/iTerminators.h"
#include "llvm/Type.h"
More information about the llvm-commits
mailing list