diff options
author | Dan Gohman <gohman@apple.com> | 2008-08-20 21:47:28 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-08-20 21:47:28 +0000 |
commit | e6724d404b5c1f3bdbf79af746ec01e46f6333cb (patch) | |
tree | 679ce1d3182a7319396de9d66d4ad1f7f0239083 /llvm/utils/TableGen/FastISelEmitter.cpp | |
parent | 3e2225dfd67a345a52fe55b19c8e7686b67e1892 (diff) | |
download | bcm5719-llvm-e6724d404b5c1f3bdbf79af746ec01e46f6333cb.tar.gz bcm5719-llvm-e6724d404b5c1f3bdbf79af746ec01e46f6333cb.zip |
Remove an obsolete todo comment.
llvm-svn: 55080
Diffstat (limited to 'llvm/utils/TableGen/FastISelEmitter.cpp')
-rw-r--r-- | llvm/utils/TableGen/FastISelEmitter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/FastISelEmitter.cpp b/llvm/utils/TableGen/FastISelEmitter.cpp index 7edd5fca420..44426643591 100644 --- a/llvm/utils/TableGen/FastISelEmitter.cpp +++ b/llvm/utils/TableGen/FastISelEmitter.cpp @@ -389,5 +389,3 @@ void FastISelEmitter::run(std::ostream &OS) { OS << "}\n"; } - -// todo: really filter out Constants |