From: David Goodwin Date: Fri, 26 Jun 2009 23:39:02 +0000 (+0000) Subject: Remove outdated comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8eba8e0ca3497e4f518b5e27117ea22651409c2c;p=oota-llvm.git Remove outdated comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74357 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrThumb2.td b/lib/Target/ARM/ARMInstrThumb2.td index c2dd3a89321..8b0e5cbf992 100644 --- a/lib/Target/ARM/ARMInstrThumb2.td +++ b/lib/Target/ARM/ARMInstrThumb2.td @@ -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))]>;