summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-05-05-Personality.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-04-29 14:48:51 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-04-29 14:48:51 +0000
commit7b11a4cbdc613c768871a0e4aad4ad3ae7cab5de (patch)
tree36a8c7969f1ab034c5978f1b1320baa04bcec63c /test/CodeGen/X86/2007-05-05-Personality.ll
parentd49ffe8284457953db68db063b527ee9c346b67a (diff)
downloadllvm-7b11a4cbdc613c768871a0e4aad4ad3ae7cab5de.tar.gz
llvm-7b11a4cbdc613c768871a0e4aad4ad3ae7cab5de.tar.bz2
llvm-7b11a4cbdc613c768871a0e4aad4ad3ae7cab5de.tar.xz
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
Diffstat (limited to 'test/CodeGen/X86/2007-05-05-Personality.ll')
-rw-r--r--test/CodeGen/X86/2007-05-05-Personality.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-05-05-Personality.ll b/test/CodeGen/X86/2007-05-05-Personality.ll
index e69b511f4c..0f49d2e10c 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 ; <i8*> [#uses=2]