mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
removed commented lines
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182377 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bf4150656f
commit
0c61b6f7ff
@ -299,8 +299,6 @@ class SI<bits<8> o, Format F, dag outs, dag ins, string asm,
|
||||
list<dag> pattern, InstrItinClass itin = NoItinerary>
|
||||
: I<o, F, outs, ins, asm, pattern, itin> {
|
||||
let Predicates = !if(hasVEXPrefix /* VEX */, [HasAVX],
|
||||
// !if(!eq(Prefix, __xs.Prefix), [UseSSE1], [UseSSE2]));
|
||||
// !if(hasOpSizePrefix, [UseSSE2], [UseSSE1])));
|
||||
!if(!eq(Prefix, __xs.Prefix), [UseSSE1],
|
||||
!if(!eq(Prefix, __xd.Prefix), [UseSSE2],
|
||||
!if(hasOpSizePrefix, [UseSSE2], [UseSSE1]))));
|
||||
|
Loading…
Reference in New Issue
Block a user