remove some completed notes

llvm-svn: 26390
This commit is contained in:
Chris Lattner 2006-02-27 00:39:31 +00:00
parent a60751dd43
commit 47ee42829d
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@
// some kind of hint from the target that int div is expensive.
// various folds of mulh[s,u] by constants such as -1, powers of 2, etc.
//
// FIXME: Should add a corresponding version of fold AND with
// ZERO_EXTEND/SIGN_EXTEND by converting them to an ANY_EXTEND node which
// we don't have yet.
//
// FIXME: select C, pow2, pow2 -> something smart
// FIXME: trunc(select X, Y, Z) -> select X, trunc(Y), trunc(Z)
// FIXME: Dead stores -> nuke