Remove outdated comment.

llvm-svn: 74357
This commit is contained in:
David Goodwin 2009-06-26 23:39:02 +00:00
parent fc516c93c1
commit 5d8b6eef5a
1 changed files with 0 additions and 4 deletions

View File

@ -520,10 +520,6 @@ def t2MLS: T2I<(outs GPR:$dst), (ins GPR:$a, GPR:$b, GPR:$c),
// Misc. Arithmetic Instructions.
//
/////
/// A8.6.31 CLZ
/////
// FIXME not firing? but ARM version does...
def t2CLZ : T2I<(outs GPR:$dst), (ins GPR:$src),
"clz", " $dst, $src",
[(set GPR:$dst, (ctlz GPR:$src))]>;