From 7b11a4cbdc613c768871a0e4aad4ad3ae7cab5de Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 29 Apr 2011 14:48:51 +0000 Subject: Change DwarfCFIException's member variables to track what it actually emmits: .cfi_personality, .cfi_lsda and the moves. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130503 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2007-05-05-Personality.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/2007-05-05-Personality.ll') diff --git a/test/CodeGen/X86/2007-05-05-Personality.ll b/test/CodeGen/X86/2007-05-05-Personality.ll index e69b511..0f49d2e 100644 --- a/test/CodeGen/X86/2007-05-05-Personality.ll +++ b/test/CodeGen/X86/2007-05-05-Personality.ll @@ -1,7 +1,7 @@ ; RUN: llc < %s -mtriple=i686-pc-linux-gnu -o - | FileCheck %s -; CHECK: .cfi_lsda 0, .Lexception0 ; CHECK: .cfi_personality 0, __gnat_eh_personality +; CHECK: .cfi_lsda 0, .Lexception0 @error = external global i8 ; [#uses=2] -- cgit v1.1