commit | bb7d33a25362000cb2d8d2c35bf032b7b9fc450e | [log] [tgz] |
---|---|---|
author | Kalle Raiskila <kalle.raiskila@nokia.com> | Thu Sep 09 07:30:15 2010 +0000 |
committer | Kalle Raiskila <kalle.raiskila@nokia.com> | Thu Sep 09 07:30:15 2010 +0000 |
tree | 0711b85ee835022a25531449fbb46459adeb0294 | |
parent | 0f1e9457a578cbc2073107f4d3d7529cbac7e5c3 [diff] [blame] |
Silence compiler warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113478 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/CellSPU/SPUISelLowering.cpp b/lib/Target/CellSPU/SPUISelLowering.cpp index 7bac3f5..772a1a7 100644 --- a/lib/Target/CellSPU/SPUISelLowering.cpp +++ b/lib/Target/CellSPU/SPUISelLowering.cpp
@@ -1737,7 +1737,7 @@ 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) {