diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-27 04:00:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-27 04:00:54 +0000 |
commit | 1c2b1294d3f992aaee5262e62380ce2e730e6aa3 (patch) | |
tree | 8feda83cb4601c9c3cbab159acf30c2fb631fcc0 | |
parent | 8a1478b6d7aeaed8363316d2e0b90d9f53525c29 (diff) |
Add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15257 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Target/TargetSchedInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Target/TargetSchedInfo.h b/include/llvm/Target/TargetSchedInfo.h index 7357c17cfb..448d02ea9d 100644 --- a/include/llvm/Target/TargetSchedInfo.h +++ b/include/llvm/Target/TargetSchedInfo.h @@ -9,6 +9,8 @@ // // This file describes the target machine to the instruction scheduler. // +// NOTE: This file is currently sparc V9 specific. +// //===----------------------------------------------------------------------===// #ifndef LLVM_TARGET_TARGETSCHEDINFO_H |