1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix null termination issue

llvm-svn: 907
This commit is contained in:
Chris Lattner 2001-10-18 21:54:42 +00:00
parent 8e4c716d8a
commit d7b0ec49a2

View File

@ -1,4 +1,4 @@
%__intern_LC0 = constant [sbyte] c"fib returned: "
%__intern_LC0 = constant [sbyte] c"fib returned: \00"
%__intern_LC1 = constant [sbyte] c"\0A\00"
implementation