[PATCH] Generate SEH unwinding info on Win64
Vadim Chugunov
vadimcn at gmail.com
Wed Jun 18 13:39:08 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 {
----------------
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.
http://reviews.llvm.org/D4081
More information about the llvm-commits
mailing list