[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/neg.ll

Nate Begeman natebegeman at mac.com
Fri Mar 17 14:39:57 PST 2006



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
+ }






More information about the llvm-commits mailing list