summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86MachineFunctionInfo.h
diff options
context:
space:
mode:
authorMichael Liao <michael.liao@intel.com>2014-12-04 05:20:33 +0000
committerMichael Liao <michael.liao@intel.com>2014-12-04 05:20:33 +0000
commit5bf9578ce4d6ab896faf9a122955ff3523cc19b5 (patch)
tree87b5806f24530b14361f80878738af7621383072 /llvm/lib/Target/X86/X86MachineFunctionInfo.h
parenta14ac3f4370fd7b1091fe0c31f2185f82586d6a6 (diff)
downloadbcm5719-llvm-5bf9578ce4d6ab896faf9a122955ff3523cc19b5.tar.gz
bcm5719-llvm-5bf9578ce4d6ab896faf9a122955ff3523cc19b5.zip
[X86] Clean up whitespace as well as minor coding style
llvm-svn: 223339
Diffstat (limited to 'llvm/lib/Target/X86/X86MachineFunctionInfo.h')
-rw-r--r--llvm/lib/Target/X86/X86MachineFunctionInfo.h10
1 files changed, 5 insertions, 5 deletions
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;
OpenPOWER on IntegriCloud