From 8fa9d9a1935539c5dc2df802cce59fa76ce22cfa Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 22 Apr 2013 14:11:25 +0000 Subject: [PATCH] No really, don't store anything to this since it's unconditionally set below. llvm-svn: 180015 --- lib/Target/ARM/ARMFastISel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index c678e8eaf07..5d45f649124 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/lib/Target/ARM/ARMFastISel.cpp @@ -2605,7 +2605,7 @@ unsigned ARMFastISel::ARMEmitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, unsigned Opc; bool isBoolZext = false; - const TargetRegisterClass *RC = 0; + const TargetRegisterClass *RC; switch (SrcVT.SimpleTy) { default: return 0; case MVT::i16: