[llvm] r182019 - Add more addFrameMove test coverage.
Rafael Espindola
rafael.espindola at gmail.com
Thu May 16 09:09:55 PDT 2013
Author: rafael
Date: Thu May 16 11:09:54 2013
New Revision: 182019
URL: http://llvm.org/viewvc/llvm-project?rev=182019&view=rev
Log:
Add more addFrameMove test coverage.
Modified:
llvm/trunk/test/CodeGen/X86/gcc_except_table.ll
Modified: llvm/trunk/test/CodeGen/X86/gcc_except_table.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/gcc_except_table.ll?rev=182019&r1=182018&r2=182019&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/gcc_except_table.ll (original)
+++ llvm/trunk/test/CodeGen/X86/gcc_except_table.ll Thu May 16 11:09:54 2013
@@ -2,6 +2,12 @@
@_ZTIi = external constant i8*
define i32 @main() uwtable optsize ssp {
+; CHECK: .cfi_startproc
+; CHECK: .cfi_personality 155, ___gxx_personality_v0
+; CHECK: .cfi_lsda 16, Lexception0
+; CHECK: .cfi_def_cfa_offset 16
+; CHECK: .cfi_endproc
+
entry:
invoke void @_Z1fv() optsize
to label %try.cont unwind label %lpad
More information about the llvm-commits
mailing list