[x64] Fix Travis whining.
This commit is contained in:
parent
5fbcb8991e
commit
4c53bc5c9a
|
@ -5695,8 +5695,7 @@ struct VECTOR_SHL_V128
|
|||
if (i.src1.is_constant) {
|
||||
src1 = e.xmm2;
|
||||
e.LoadConstantXmm(src1, i.src1.constant());
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
src1 = i.src1;
|
||||
}
|
||||
|
||||
|
@ -5891,8 +5890,7 @@ struct VECTOR_SHR_V128
|
|||
if (i.src1.is_constant) {
|
||||
src1 = e.xmm2;
|
||||
e.LoadConstantXmm(src1, i.src1.constant());
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
src1 = i.src1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue