[llvm-commits] [llvm] r55080 - /llvm/trunk/utils/TableGen/FastISelEmitter.cpp

Dan Gohman gohman at apple.com
Wed Aug 20 14:47:28 PDT 2008


Author: djg
Date: Wed Aug 20 16:47:28 2008
New Revision: 55080

URL: http://llvm.org/viewvc/llvm-project?rev=55080&view=rev
Log:
Remove an obsolete todo comment.

Modified:
    llvm/trunk/utils/TableGen/FastISelEmitter.cpp

Modified: llvm/trunk/utils/TableGen/FastISelEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/FastISelEmitter.cpp?rev=55080&r1=55079&r2=55080&view=diff

==============================================================================
--- llvm/trunk/utils/TableGen/FastISelEmitter.cpp (original)
+++ llvm/trunk/utils/TableGen/FastISelEmitter.cpp Wed Aug 20 16:47:28 2008
@@ -389,5 +389,3 @@
 
   OS << "}\n";
 }
-
-// todo: really filter out Constants





More information about the llvm-commits mailing list