OSDN Git Service

Remove outdated comment.
authorDavid Goodwin <david_goodwin@apple.com>
Fri, 26 Jun 2009 23:39:02 +0000 (23:39 +0000)
committerDavid Goodwin <david_goodwin@apple.com>
Fri, 26 Jun 2009 23:39:02 +0000 (23:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74357 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrThumb2.td

index c2dd3a8..8b0e5cb 100644 (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))]>;