From 5bf9578ce4d6ab896faf9a122955ff3523cc19b5 Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Thu, 4 Dec 2014 05:20:33 +0000 Subject: [X86] Clean up whitespace as well as minor coding style llvm-svn: 223339 --- llvm/lib/Target/X86/X86MachineFunctionInfo.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'llvm/lib/Target/X86/X86MachineFunctionInfo.h') diff --git a/llvm/lib/Target/X86/X86MachineFunctionInfo.h b/llvm/lib/Target/X86/X86MachineFunctionInfo.h index 2bd37eb16e0..42f449063f7 100644 --- a/llvm/lib/Target/X86/X86MachineFunctionInfo.h +++ b/llvm/lib/Target/X86/X86MachineFunctionInfo.h @@ -31,12 +31,12 @@ class X86MachineFunctionInfo : public MachineFunctionInfo { /// contains stack pointer re-alignment code which requires FP. bool ForceFramePointer; - /// RestoreBasePointerOffset - Non-zero if the function has base pointer - /// and makes call to llvm.eh.sjlj.setjmp. When non-zero, the value is a - /// displacement from the frame pointer to a slot where the base pointer - /// is stashed. + /// RestoreBasePointerOffset - Non-zero if the function has base pointer + /// and makes call to llvm.eh.sjlj.setjmp. When non-zero, the value is a + /// displacement from the frame pointer to a slot where the base pointer + /// is stashed. signed char RestoreBasePointerOffset; - + /// CalleeSavedFrameSize - Size of the callee-saved register portion of the /// stack frame in bytes. unsigned CalleeSavedFrameSize; -- cgit v1.2.3