Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
69bee0eb5e7a3da64b7c2fac9a55ac7af9a8208b
/
.
/
llvm
/
test
/
Regression
/
CBackend
/
2002-08-19-DataPointer.ll
blob: f7481ea89b2c88632b1b8dce15b3b9de29fb4143 [
file
] [
log
] [
blame
]
Chris Lattner
69bee0e
2002-08-19 23:09:30 +0000
[
diff
] [
blame^
]
1
%sptr1
=
global
[
11
x
sbyte
]*
%somestr
;; Forward ref to a constant
2
%somestr
=
constant
[
11
x
sbyte
]
c
"hello world"
3