From 4e983166bc102ba5c04e5533b518f76c05bc6dc4 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Mon, 16 May 2011 22:24:07 +0000 Subject: Kill some dead code. llvm-svn: 131431 --- llvm/lib/Target/ARM/ARMFastISel.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'llvm/lib') diff --git a/llvm/lib/Target/ARM/ARMFastISel.cpp b/llvm/lib/Target/ARM/ARMFastISel.cpp index f5c4605e3ea..229c129ea85 100644 --- a/llvm/lib/Target/ARM/ARMFastISel.cpp +++ b/llvm/lib/Target/ARM/ARMFastISel.cpp @@ -71,12 +71,10 @@ namespace { } Base; int Offset; - unsigned Scale; - unsigned PlusReg; // Innocuous defaults for our address. Address() - : BaseType(RegBase), Offset(0), Scale(0), PlusReg(0) { + : BaseType(RegBase), Offset(0) { Base.Reg = 0; } } Address; -- cgit v1.2.3