[PATCH] [SEH] Add new intrinsics for recovering and restoring parent frames

David Majnemer david.majnemer at gmail.com
Tue Jun 30 14:35:27 PDT 2015


================
Comment at: lib/Target/X86/X86ISelLowering.cpp:15012-15014
@@ +15011,5 @@
+
+  // Create a TargetExternalSymbol for the label to avoid any target lowering
+  // that would make this PC relative.
+  SDValue OffsetSym = DAG.getMCSymbol(ParentFrameSym, PtrVT);
+  SDValue OffsetVal =
----------------
Please make this comment match the code.

http://reviews.llvm.org/D10848

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list