[llvm-commits] CVS: llvm/test/Regression/CBackend/2003-06-11-HexConstant.ll 2003-06-11-LiteralStringProblem.ll
Chris Lattner
lattner at cs.uiuc.edu
Mon Jun 16 07:06:02 PDT 2003
Changes in directory llvm/test/Regression/CBackend:
2003-06-11-HexConstant.ll added (r1.1)
2003-06-11-LiteralStringProblem.ll added (r1.1)
---
Log message:
New testcases for bugs and the new DAE pass
---
Diffs of the changes:
Index: llvm/test/Regression/CBackend/2003-06-11-HexConstant.ll
diff -c /dev/null llvm/test/Regression/CBackend/2003-06-11-HexConstant.ll:1.1
*** /dev/null Mon Jun 16 07:05:48 2003
--- llvm/test/Regression/CBackend/2003-06-11-HexConstant.ll Mon Jun 16 07:05:38 2003
***************
*** 0 ****
--- 1,3 ----
+ ; Make sure hex constant does not continue into a valid hexadecimal letter/number
+ %version = global [3 x sbyte] c"\001\00"
+
Index: llvm/test/Regression/CBackend/2003-06-11-LiteralStringProblem.ll
diff -c /dev/null llvm/test/Regression/CBackend/2003-06-11-LiteralStringProblem.ll:1.1
*** /dev/null Mon Jun 16 07:05:48 2003
--- llvm/test/Regression/CBackend/2003-06-11-LiteralStringProblem.ll Mon Jun 16 07:05:38 2003
***************
*** 0 ****
--- 1,3 ----
+
+ %version = global [3 x sbyte] c"1\00\00"
+
More information about the llvm-commits
mailing list