From 7dd8b05fd7283a7ca4a6b2cd7df554bc989927e8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 2 Sep 2005 00:13:56 +0000 Subject: [PATCH] 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 --- test/CodeGen/PowerPC/small-arguments.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/PowerPC/small-arguments.ll b/test/CodeGen/PowerPC/small-arguments.ll index 65a69281486..d00326ebc7c 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