[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/2005-01-14-UndefLong.ll

Chris Lattner lattner at cs.uiuc.edu
Fri Jan 14 12:22:06 PST 2005



Changes in directory llvm/test/Regression/CodeGen/PowerPC:

2005-01-14-UndefLong.ll added (r1.1)
---
Log message:

New testcase, problem found by Rob.


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

Index: llvm/test/Regression/CodeGen/PowerPC/2005-01-14-UndefLong.ll
diff -c /dev/null llvm/test/Regression/CodeGen/PowerPC/2005-01-14-UndefLong.ll:1.1
*** /dev/null	Fri Jan 14 14:22:01 2005
--- llvm/test/Regression/CodeGen/PowerPC/2005-01-14-UndefLong.ll	Fri Jan 14 14:21:51 2005
***************
*** 0 ****
--- 1,3 ----
+ ; RUN: llvm-as < %s | llc -march=ppc32
+ 
+ long %test() { ret long undef }






More information about the llvm-commits mailing list