From e752feee5228bfa33acee35ef9c606ce12f0f173 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Wed, 23 Jan 2013 16:22:04 +0000 Subject: Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and explicitly set this in every target that needs to change it from the default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173270 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCAsmInfo.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include') diff --git a/include/llvm/MC/MCAsmInfo.h b/include/llvm/MC/MCAsmInfo.h index 7474ac8d0f..28256b3677 100644 --- a/include/llvm/MC/MCAsmInfo.h +++ b/include/llvm/MC/MCAsmInfo.h @@ -351,12 +351,7 @@ namespace llvm { /// getCalleeSaveStackSlotSize - Get the callee-saved register stack slot /// size in bytes. unsigned getCalleeSaveStackSlotSize() const { - // If a target doesn't explicitly initialize this member, PointerSize is - // used by default. - if (CalleeSaveStackSlotSize == 0) - return PointerSize; - else - return CalleeSaveStackSlotSize; + return CalleeSaveStackSlotSize; } /// isLittleEndian - True if the target is little endian. -- cgit v1.2.3-70-g09d2