mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 23:20:41 +00:00
Silence compiler warning.
llvm-svn: 113478
This commit is contained in:
parent
524123343c
commit
0f53cff753
@ -1737,7 +1737,7 @@ static SDValue LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) {
|
||||
unsigned PrevElt = 0;
|
||||
bool monotonic = true;
|
||||
bool rotate = true;
|
||||
int rotamt;
|
||||
int rotamt=0;
|
||||
EVT maskVT; // which of the c?d instructions to use
|
||||
|
||||
if (EltVT == MVT::i8) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user