Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / AVR / ctors.ll
blob728f188e553e3baca3a6c24b56b114b035608964
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=avr | FileCheck %s
4 define void @do_nothing() addrspace(1) #0 {
5 ; CHECK-LABEL: do_nothing:
6 ; CHECK:       ; %bb.0:
7 ; CHECK-NEXT:    ret
8   ret void
11 ; CHECK: .globl __do_global_ctors
12 @llvm.global_ctors = appending global [1 x { i32, void () addrspace(1)*, i8* }] [{ i32, void () addrspace(1)*, i8* } { i32 65535, void () addrspace(1)* @do_nothing, i8* null }]
14 ; CHECK: .globl __do_global_dtors
15 @llvm.global_dtors = appending global [1 x { i32, void () addrspace(1)*, i8* }] [{ i32, void () addrspace(1)*, i8* } { i32 65535, void () addrspace(1)* @do_nothing, i8* null }]