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

neg.ll added (r1.1)
---
Log message:

Add a missing testcase


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

 neg.ll |    6 ++++++
 1 files changed, 6 insertions(+)


Index: llvm/test/Regression/CodeGen/PowerPC/neg.ll
diff -c /dev/null llvm/test/Regression/CodeGen/PowerPC/neg.ll:1.1
*** /dev/null   Fri Mar 17 16:39:55 2006
--- llvm/test/Regression/CodeGen/PowerPC/neg.ll Fri Mar 17 16:39:45 2006
***************
*** 0 ****
--- 1,6 ----
+ ; RUN: llvm-as < %s | llc -march=ppc32 | grep neg
+ 
+ int %test(int %X) {
+     %Y = sub int 0, %X
+       ret int %Y
+ }



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to