repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
CodeGen
/
X86
/
2009-01-27-NullStrings.ll
blob
8684f4a19ca42d0538607a85563808e6ec2f948f
1
; RUN: llc < %s -mtriple=i686-apple-darwin | FileCheck %s
2
; CHECK: .section __TEXT,__cstring,cstring_literals
3
4
@x = internal constant [1 x i8] zeroinitializer ; <[1 x i8]*> [#uses=1]
5
6
@y = global [1 x i8]* @x
7