diff options
author | Chris Lattner <sabre@nondot.org> | 2006-03-03 02:04:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-03-03 02:04:07 +0000 |
commit | 3d87811ce0381c3364ce10aed77de8231a03bc48 (patch) | |
tree | c8ab72d9907cfb87a3216ab69f216d705a752de7 /utils | |
parent | 378fdf29b16cd00dab77d524c6a95978f309aa23 (diff) | |
download | external_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.cpp | 3 |
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. // //===----------------------------------------------------------------------===// |