AMDGPU: Pattern match ffbh pattern to instruction.
[oota-llvm.git] / test / CodeGen / ARM / ctors_dtors.ll
index 4ed2deee3330b0089326d8e5ada392b624cb84e0..fb94626ab7dd03487583f5a2a6a0a7933de7a023 100644 (file)
@@ -5,11 +5,11 @@
 ; DARWIN: .section     __DATA,__mod_init_func,mod_init_funcs
 ; DARWIN: .section     __DATA,__mod_term_func,mod_term_funcs
 
-; ELF: .section ".ctors","aw",%progbits
-; ELF: .section ".dtors","aw",%progbits
+; ELF: .section .ctors,"aw",%progbits
+; ELF: .section .dtors,"aw",%progbits
 
-; GNUEABI: .section ".init_array","aw",%init_array
-; GNUEABI: .section ".fini_array","aw",%fini_array
+; GNUEABI: .section .init_array,"aw",%init_array
+; GNUEABI: .section .fini_array,"aw",%fini_array
 
 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void ()* @__mf_init } ]                ; <[1 x { i32, void ()* }]*> [#uses=0]
 @llvm.global_dtors = appending global [1 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void ()* @__mf_fini } ]                ; <[1 x { i32, void ()* }]*> [#uses=0]