summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/shift-folding.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-19 01:17:18 +0000
committerChris Lattner <sabre@nondot.org>2005-08-19 01:17:18 +0000
commit957e574b30e9345f6fff4a8b3478706790d4c877 (patch)
treebca075645b581d5893c1f4adf350ba21a5873a45 /test/CodeGen/X86/shift-folding.ll
parentd8fba827eccb4c00c9db9a66b74a73973479edb3 (diff)
downloadllvm-957e574b30e9345f6fff4a8b3478706790d4c877.tar.gz
llvm-957e574b30e9345f6fff4a8b3478706790d4c877.tar.bz2
llvm-957e574b30e9345f6fff4a8b3478706790d4c877.tar.xz
remove dead args
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22900 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/shift-folding.ll')
-rw-r--r--test/CodeGen/X86/shift-folding.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/shift-folding.ll b/test/CodeGen/X86/shift-folding.ll
index 2c53725816..e868128b71 100644
--- a/test/CodeGen/X86/shift-folding.ll
+++ b/test/CodeGen/X86/shift-folding.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -enable-pattern-isel=1 | grep 's[ah][rl]l' | wc -l | grep 1
+; RUN: llvm-as < %s | llc -march=x86 | grep 's[ah][rl]l' | wc -l | grep 1
int* %test1(int *%P, uint %X) {
%Y = shr uint %X, ubyte 2