From 03f7ce07570c4ea2bb7cd0dc79db1ed8e321533b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 18 Oct 2001 21:54:42 +0000 Subject: [PATCH] Fix null termination issue git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@907 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/fib2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fib2.ll b/test/fib2.ll index f91c6d967d1..bc6ee04564f 100644 --- a/test/fib2.ll +++ b/test/fib2.ll @@ -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