1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00

Fix testcase

llvm-svn: 4926
This commit is contained in:
Chris Lattner 2002-12-04 23:51:44 +00:00
parent 70aa4e41ce
commit 6f002640ff

View File

@ -1,6 +1,6 @@
%X = global int 7
%msg = internal global [13 x sbyte] c"Hello World\0D\00"
%msg = internal global [13 x sbyte] c"Hello World\0A\00"
implementation