diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-13 06:04:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-13 06:04:34 +0000 |
commit | dcdadef96d69fdc0eba1005fdb86e1273697f3f0 (patch) | |
tree | 7e97c87a836799f912709e6c91842dec23d3b9a7 /test | |
parent | ded4963ab98c424a8e83f4dc0e63203754ca353b (diff) | |
download | external_llvm-dcdadef96d69fdc0eba1005fdb86e1273697f3f0.zip external_llvm-dcdadef96d69fdc0eba1005fdb86e1273697f3f0.tar.gz external_llvm-dcdadef96d69fdc0eba1005fdb86e1273697f3f0.tar.bz2 |
Nate implemented this :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23707 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/PowerPC/lha.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/lha.ll b/test/CodeGen/PowerPC/lha.ll index d4a6673..158e75e 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 |