From: Evan Cheng Date: Sat, 20 Jan 2007 09:21:54 +0000 (+0000) Subject: Remove an unused variable. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=70cfa8894443281c77df5d3790e014647d1ccd05;p=oota-llvm.git Remove an unused variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33396 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/PrologEpilogInserter.cpp b/lib/CodeGen/PrologEpilogInserter.cpp index d056da96491..616e2ac7efa 100644 --- a/lib/CodeGen/PrologEpilogInserter.cpp +++ b/lib/CodeGen/PrologEpilogInserter.cpp @@ -292,7 +292,6 @@ void PEI::calculateFrameObjectOffsets(MachineFunction &Fn) { // Loop over all of the stack objects, assigning sequential addresses... MachineFrameInfo *FFI = Fn.getFrameInfo(); - unsigned StackAlignment = TFI.getStackAlignment(); unsigned MaxAlign = 0; // Start at the beginning of the local area.