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 | 73fbe145fd5e4d3bc1c8da1507f27f2f72df1308 (patch) | |
tree | 0b70b73c12b05134fc17c26841a9e959613e59ab /llvm/utils/TableGen/SubtargetEmitter.cpp | |
parent | 76bc04ba5fb459757c3ff2cc643af57f65d88e42 (diff) | |
download | bcm5719-llvm-73fbe145fd5e4d3bc1c8da1507f27f2f72df1308.tar.gz bcm5719-llvm-73fbe145fd5e4d3bc1c8da1507f27f2f72df1308.zip |
remove out of date comment
llvm-svn: 26492
Diffstat (limited to 'llvm/utils/TableGen/SubtargetEmitter.cpp')
-rw-r--r-- | llvm/utils/TableGen/SubtargetEmitter.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/SubtargetEmitter.cpp b/llvm/utils/TableGen/SubtargetEmitter.cpp index 091cbc679b3..654c89262e8 100644 --- a/llvm/utils/TableGen/SubtargetEmitter.cpp +++ b/llvm/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. // //===----------------------------------------------------------------------===// |