aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-04 19:28:59 +0000
committerChris Lattner <sabre@nondot.org>2010-04-04 19:28:59 +0000
commit66f717044652407ed716a3bf8d413f50446c9e23 (patch)
treed77a6d0c2416b3b491f9d273758c3a3ba3d35730 /test/CodeGen
parentb93558d9b161989f71297ecd69a173af141b802a (diff)
downloadexternal_llvm-66f717044652407ed716a3bf8d413f50446c9e23.zip
external_llvm-66f717044652407ed716a3bf8d413f50446c9e23.tar.gz
external_llvm-66f717044652407ed716a3bf8d413f50446c9e23.tar.bz2
resolve a fixme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100346 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/personality.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/personality.ll b/test/CodeGen/X86/personality.ll
index 5acf04c..6789bb0 100644
--- a/test/CodeGen/X86/personality.ll
+++ b/test/CodeGen/X86/personality.ll
@@ -38,10 +38,10 @@ declare void @__gxx_personality_v0()
declare void @__cxa_end_catch()
-; X64: Leh_frame_common_begin:
+; X64: Leh_frame_common_begin0:
; X64: .long ___gxx_personality_v0@GOTPCREL+4
-; X32: Leh_frame_common_begin:
+; X32: Leh_frame_common_begin0:
; X32: .long L___gxx_personality_v0$non_lazy_ptr-
; ....