repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
2009-01-27-NullStrings.ll
blob
b55e25e0e25bf60b84d767f7557048daffa2e138
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 ; <ptr> [#uses=1]
5
6
@y = global ptr @x
7