summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-03 02:04:07 +0000
committerChris Lattner <sabre@nondot.org>2006-03-03 02:04:07 +0000
commit3d87811ce0381c3364ce10aed77de8231a03bc48 (patch)
treec8ab72d9907cfb87a3216ab69f216d705a752de7 /utils
parent378fdf29b16cd00dab77d524c6a95978f309aa23 (diff)
downloadexternal_llvm-3d87811ce0381c3364ce10aed77de8231a03bc48.zip
external_llvm-3d87811ce0381c3364ce10aed77de8231a03bc48.tar.gz
external_llvm-3d87811ce0381c3364ce10aed77de8231a03bc48.tar.bz2
remove out of date comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26492 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/SubtargetEmitter.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/TableGen/SubtargetEmitter.cpp b/utils/TableGen/SubtargetEmitter.cpp
index 091cbc6..654c892 100644
--- a/utils/TableGen/SubtargetEmitter.cpp
+++ b/utils/TableGen/SubtargetEmitter.cpp
@@ -7,8 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This tablegen backend emits subtarget enumerations. The format is in a state
-// flux and will be tightened up when integration to scheduling is complete.
+// This tablegen backend emits subtarget enumerations.
//
//===----------------------------------------------------------------------===//