Teach ScalarEvolution how to reason about no-wrap flags on loops
[llvm/avr.git] / test / CodeGen / PowerPC / sections.ll
blob1af370935e231927174de3cc64c9cbd793a9e399
1 ; Test to make sure that bss sections are printed with '.section' directive.
2 ; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu | FileCheck %s
4 @A = global i32 0
6 ; CHECK:  .section  .bss,"aw",@nobits
7 ; CHECK:  .global A