commit | 01cda2d35a62afd19e661be8219ab9536fd658c4 | [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 | 691e9af0808913d872d30b4ca6663fc31511fb80 | |
parent | 5f256da834ceea0e1187deb42f0ce53852081cab [diff] [blame] |
Silence compiler warning. llvm-svn: 113478
diff --git a/llvm/lib/Target/CellSPU/SPUISelLowering.cpp b/llvm/lib/Target/CellSPU/SPUISelLowering.cpp index 7bac3f5..772a1a7 100644 --- a/llvm/lib/Target/CellSPU/SPUISelLowering.cpp +++ b/llvm/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) {