summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/lha.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-13 06:04:34 +0000
committerChris Lattner <sabre@nondot.org>2005-10-13 06:04:34 +0000
commitdcdadef96d69fdc0eba1005fdb86e1273697f3f0 (patch)
tree7e97c87a836799f912709e6c91842dec23d3b9a7 /test/CodeGen/PowerPC/lha.ll
parentded4963ab98c424a8e83f4dc0e63203754ca353b (diff)
downloadllvm-dcdadef96d69fdc0eba1005fdb86e1273697f3f0.tar.gz
llvm-dcdadef96d69fdc0eba1005fdb86e1273697f3f0.tar.bz2
llvm-dcdadef96d69fdc0eba1005fdb86e1273697f3f0.tar.xz
Nate implemented this :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23707 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/lha.ll')
-rw-r--r--test/CodeGen/PowerPC/lha.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/lha.ll b/test/CodeGen/PowerPC/lha.ll
index d4a6673ced..158e75ec5a 100644
--- a/test/CodeGen/PowerPC/lha.ll
+++ b/test/CodeGen/PowerPC/lha.ll
@@ -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