This should permit NOT and's, not even dead ones.
authorChris Lattner <sabre@nondot.org>
Fri, 2 Sep 2005 00:13:56 +0000 (00:13 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 2 Sep 2005 00:13:56 +0000 (00:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23199 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/small-arguments.ll

index 65a692814868d28cd0f239cfb25c094813837a47..d00326ebc7c638f9fe1367f0d6aba2e406edaf3d 100644 (file)
@@ -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