diff options
author | Chris Lattner <sabre@nondot.org> | 2001-10-18 21:54:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-10-18 21:54:42 +0000 |
commit | 03f7ce07570c4ea2bb7cd0dc79db1ed8e321533b (patch) | |
tree | 927666fa4f4da92396ac4740524f4dff1c85adea | |
parent | 1e39a958c01130ef36666fa3b740b5b806e949b1 (diff) |
Fix null termination issue
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@907 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/fib2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fib2.ll b/test/fib2.ll index f91c6d967d..bc6ee04564 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 |