[PATCH] Generate SEH unwinding info on Win64
Reid Kleckner
rnk at google.com
Wed Jun 18 14:04:26 PDT 2014
================
Comment at: lib/Target/X86/X86FrameLowering.cpp:1084
@@ +1083,3 @@
+bool X86FrameLowering::assignCalleeSavedSpillSlots(MachineFunction &MF,
+ const TargetRegisterInfo *TRI,
+ std::vector<CalleeSavedInfo> &CSI) const {
----------------
Vadim Chugunov wrote:
> Reid Kleckner wrote:
> > indentation, clang-format can fix it.
> Do you want me to run clang-format on all files I've changed?
> I am a bit worried about doing that, because it reformats quite a bit more code beyond what I touched.
No, typically it's used interactively only on lines that are being changed. See git-clang-format. Anyway, I can do that if this is done.
http://reviews.llvm.org/D4081
More information about the llvm-commits
mailing list