Home | History | Annotate | Download | only in X86
      1 ; RUN: llc -mtriple i686-windows-itanium -filetype asm -o - %s | FileCheck %s
      2 
      3 @var = common global i32 0, align 4
      4 
      5 ; CHECK-NOT: .type  _var,@object
      6 
      7