summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/small-arguments.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-09-02 00:13:56 +0000
committerChris Lattner <sabre@nondot.org>2005-09-02 00:13:56 +0000
commit7dd8b05fd7283a7ca4a6b2cd7df554bc989927e8 (patch)
treeec1375da4ebeb0555e37ed803352665bea5e848e /test/CodeGen/PowerPC/small-arguments.ll
parent2a00daac5895879afdf14adf936cd93deaadbb99 (diff)
downloadllvm-7dd8b05fd7283a7ca4a6b2cd7df554bc989927e8.tar.gz
llvm-7dd8b05fd7283a7ca4a6b2cd7df554bc989927e8.tar.bz2
llvm-7dd8b05fd7283a7ca4a6b2cd7df554bc989927e8.tar.xz
This should permit NOT and's, not even dead ones.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23199 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/small-arguments.ll')
-rw-r--r--test/CodeGen/PowerPC/small-arguments.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/small-arguments.ll b/test/CodeGen/PowerPC/small-arguments.ll
index 65a6928148..d00326ebc7 100644
--- a/test/CodeGen/PowerPC/small-arguments.ll
+++ b/test/CodeGen/PowerPC/small-arguments.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | not grep 'extsh\|rlwinm r3, r3'
+; RUN: llvm-as < %s | llc -march=ppc32 | not grep 'extsh\|rlwinm'
int %test1(short %X) {
%Y = cast short %X to int ;; dead