[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/lha.ll
Chris Lattner
lattner at cs.uiuc.edu
Wed Oct 12 23:05:25 PDT 2005
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
lha.ll updated: 1.1 -> 1.2
---
Log message:
Nate implemented this :)
---
Diffs of the changes: (+0 -2)
lha.ll | 2 --
1 files changed, 2 deletions(-)
Index: llvm/test/Regression/CodeGen/PowerPC/lha.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/lha.ll:1.1 llvm/test/Regression/CodeGen/PowerPC/lha.ll:1.2
--- llvm/test/Regression/CodeGen/PowerPC/lha.ll:1.1 Wed Aug 17 22:11:44 2005
+++ llvm/test/Regression/CodeGen/PowerPC/lha.ll Thu Oct 13 01:04:34 2005
@@ -1,8 +1,6 @@
; RUN: llvm-as < %s | llc -march=ppc32 | grep lha
-; XFAIL: *
uint %test(short* %a) {
-entry:
%tmp.1 = load short* %a
%tmp.2 = cast short %tmp.1 to uint
ret uint %tmp.2
More information about the llvm-commits
mailing list