[llvm-commits] CVS: llvm/test/Regression/CBackend/2003-11-21-ConstantShiftExpr.ll

Brian Gaeke gaeke at cs.uiuc.edu
Fri Nov 21 22:59:01 PST 2003


Changes in directory llvm/test/Regression/CBackend:

2003-11-21-ConstantShiftExpr.ll added (r1.1)

---
Log message:

C Writer was dumping core on this test case.


---
Diffs of the changes:  (+6 -0)

Index: llvm/test/Regression/CBackend/2003-11-21-ConstantShiftExpr.ll
diff -c /dev/null llvm/test/Regression/CBackend/2003-11-21-ConstantShiftExpr.ll:1.1
*** /dev/null	Fri Nov 21 22:58:35 2003
--- llvm/test/Regression/CBackend/2003-11-21-ConstantShiftExpr.ll	Fri Nov 21 22:58:25 2003
***************
*** 0 ****
--- 1,6 ----
+ %y = weak global sbyte 0
+ implementation
+ uint %testcase() {
+ entry:
+ 	ret uint shr (uint cast (sbyte* %y to uint), ubyte 4)
+ }





More information about the llvm-commits mailing list