aboutsummaryrefslogtreecommitdiff
path: root/llvm/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-27 04:00:54 +0000
committerChris Lattner <sabre@nondot.org>2004-07-27 04:00:54 +0000
commitcf146d4e6e4ca0a3739cf535f45e3b05bea95c57 (patch)
treeef0cedc1b548c07f97607adea874077599c00a1f /llvm/include
parentb46f558bedc78360f34db47f719edb5e6b5f250c (diff)
downloadllvm-cf146d4e6e4ca0a3739cf535f45e3b05bea95c57.zip
llvm-cf146d4e6e4ca0a3739cf535f45e3b05bea95c57.tar.gz
llvm-cf146d4e6e4ca0a3739cf535f45e3b05bea95c57.tar.bz2
Add a note
llvm-svn: 15257
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Target/TargetSchedInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/Target/TargetSchedInfo.h b/llvm/include/llvm/Target/TargetSchedInfo.h
index 7357c17..448d02e 100644
--- a/llvm/include/llvm/Target/TargetSchedInfo.h
+++ b/llvm/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