diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-27 18:21:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-27 18:21:20 +0000 |
commit | 159286d60d5321f4e097b9c6cb61b23fa01017f6 (patch) | |
tree | 24002c98d09cce5d06d8c71adb717633a03c9766 | |
parent | 62372c2ee7fdb67f69910af20378f8a6aff77ede (diff) |
Make it obvious that this file is bad bad bad
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14432 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/MachineCodeForInstruction.h | 3 | ||||
-rw-r--r-- | lib/Target/SparcV9/MachineCodeForInstruction.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineCodeForInstruction.h b/include/llvm/CodeGen/MachineCodeForInstruction.h index bc457f3957..213a736ff5 100644 --- a/include/llvm/CodeGen/MachineCodeForInstruction.h +++ b/include/llvm/CodeGen/MachineCodeForInstruction.h @@ -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 diff --git a/lib/Target/SparcV9/MachineCodeForInstruction.h b/lib/Target/SparcV9/MachineCodeForInstruction.h index bc457f3957..213a736ff5 100644 --- a/lib/Target/SparcV9/MachineCodeForInstruction.h +++ b/lib/Target/SparcV9/MachineCodeForInstruction.h @@ -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 |