diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-04-29 14:48:51 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-04-29 14:48:51 +0000 |
| commit | 697edc89a5ff29e72c36cc18281ce7e4e3c6edc0 (patch) | |
| tree | 9ed68915522afb3f1676e0e4467973e31613ba0e /llvm/test/CodeGen/X86 | |
| parent | e794e175244111127ef26f633915017e7091b2d3 (diff) | |
| download | bcm5719-llvm-697edc89a5ff29e72c36cc18281ce7e4e3c6edc0.tar.gz bcm5719-llvm-697edc89a5ff29e72c36cc18281ce7e4e3c6edc0.zip | |
Change DwarfCFIException's member variables to track what it actually
emmits: .cfi_personality, .cfi_lsda and the moves.
llvm-svn: 130503
Diffstat (limited to 'llvm/test/CodeGen/X86')
| -rw-r--r-- | llvm/test/CodeGen/X86/2007-05-05-Personality.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2007-05-05-Personality.ll b/llvm/test/CodeGen/X86/2007-05-05-Personality.ll index e69b511f4c5..0f49d2e10cb 100644 --- a/llvm/test/CodeGen/X86/2007-05-05-Personality.ll +++ b/llvm/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] |

