From: Chris Lattner Date: Thu, 18 Oct 2001 21:54:42 +0000 (+0000) Subject: Fix null termination issue X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=03f7ce07570c4ea2bb7cd0dc79db1ed8e321533b;p=oota-llvm.git Fix null termination issue git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@907 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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