mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 22:43:53 +00:00
Remove outdated comment.
llvm-svn: 74357
This commit is contained in:
parent
90fc344e41
commit
e1979dfbf5
@ -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))]>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user