From 83babdea5d4ed19c7ed0be225e8be98463914ffb Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 20 Aug 2008 21:47:28 +0000 Subject: Remove an obsolete todo comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55080 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/FastISelEmitter.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils') diff --git a/utils/TableGen/FastISelEmitter.cpp b/utils/TableGen/FastISelEmitter.cpp index 7edd5fc..4442664 100644 --- a/utils/TableGen/FastISelEmitter.cpp +++ b/utils/TableGen/FastISelEmitter.cpp @@ -389,5 +389,3 @@ void FastISelEmitter::run(std::ostream &OS) { OS << "}\n"; } - -// todo: really filter out Constants -- cgit v1.1