Changes in directory llvm/lib/Target/X86:
X86Subtarget.cpp updated: 1.44 -> 1.45 --- Log message: Fixed 80 cols & style violation --- Diffs of the changes: (+4 -2) X86Subtarget.cpp | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/lib/Target/X86/X86Subtarget.cpp diff -u llvm/lib/Target/X86/X86Subtarget.cpp:1.44 llvm/lib/Target/X86/X86Subtarget.cpp:1.45 --- llvm/lib/Target/X86/X86Subtarget.cpp:1.44 Tue Dec 19 19:03:20 2006 +++ llvm/lib/Target/X86/X86Subtarget.cpp Wed Dec 20 14:40:30 2006 @@ -30,7 +30,8 @@ /// symbols are indirect, loading the value at address GV rather then the /// value of GV itself. This means that the GlobalAddress must be in the base /// or index register of the address, not the GV offset field. -bool X86Subtarget::GVRequiresExtraLoad(const GlobalValue* GV, bool isDirectCall) const +bool X86Subtarget::GVRequiresExtraLoad(const GlobalValue* GV, + bool isDirectCall) const { if (GenerateExtraLoadsForGVs) if (isTargetDarwin()) { @@ -209,7 +210,8 @@ /// SetJITMode - This is called to inform the subtarget info that we are /// producing code for the JIT. -void X86Subtarget::SetJITMode() { +void X86Subtarget::SetJITMode() +{ // JIT mode doesn't want extra loads for dllimported symbols, it knows exactly // where everything is. if (isTargetCygwin()) _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits