[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineCodeForInstruction.h
Chris Lattner
lattner at cs.uiuc.edu
Sun Jun 27 13:23:01 PDT 2004
Changes in directory llvm/include/llvm/CodeGen:
MachineCodeForInstruction.h updated: 1.13 -> 1.14
---
Log message:
Make it obvious that this file is bad bad bad
---
Diffs of the changes: (+3 -0)
Index: llvm/include/llvm/CodeGen/MachineCodeForInstruction.h
diff -u llvm/include/llvm/CodeGen/MachineCodeForInstruction.h:1.13 llvm/include/llvm/CodeGen/MachineCodeForInstruction.h:1.14
--- llvm/include/llvm/CodeGen/MachineCodeForInstruction.h:1.13 Sun Feb 29 13:02:26 2004
+++ llvm/include/llvm/CodeGen/MachineCodeForInstruction.h Sun Jun 27 13:21:20 2004
@@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
//
+// FIXME: This file is SparcV9 specific. Do not rely on this class for new
+// targets, it will go away in the future.
+//
// Representation of the sequence of machine instructions created for a single
// VM instruction. Additionally records information about hidden and implicit
// values used by the machine instructions: about hidden values used by the
More information about the llvm-commits
mailing list