mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
1e0dd6d404
* Add a bunch of testcases. llvm-svn: 3393
4 lines
125 B
LLVM
4 lines
125 B
LLVM
%sptr1 = global [11x sbyte]* %somestr ;; Forward ref to a constant
|
|
%somestr = constant [11x sbyte] c"hello world"
|
|
|