Home | History | Annotate | Download | only in X86
      1 ; RUN: llc < %s -mtriple=i686-apple-darwin | FileCheck %s
      2 ; CHECK: .section __TEXT,__cstring,cstring_literals
      3 
      4 @x = internal unnamed_addr constant [1 x i8] zeroinitializer		; <[1 x i8]*> [#uses=1]
      5 
      6 @y = global [1 x i8]* @x
      7 
      8