[PATCH] D24748: Win64: Don't emit unwind info for "leaf" functions (PR30337)

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 09:56:41 PDT 2016


majnemer added inline comments.

================
Comment at: test/CodeGen/X86/pr24374.ll:34-35
@@ -33,4 +33,3 @@
 ; CHECK-LABEL: g:
-; CHECK:       .seh_proc g
-; CHECK:       .seh_endproc
 
----------------
Should we make these CHECK-NOT ? Should we do the same for the other tests?


https://reviews.llvm.org/D24748





More information about the llvm-commits mailing list