From 0b5031abd44cdce6ce82bbe4828fa4f1e50064da Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Thu, 7 Apr 2005 17:47:00 +0000 Subject: [PATCH] match case change in codegen git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21141 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Alpha/s4addq.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Alpha/s4addq.ll b/test/CodeGen/Alpha/s4addq.ll index db211a2bf36..92cf5bda205 100644 --- a/test/CodeGen/Alpha/s4addq.ll +++ b/test/CodeGen/Alpha/s4addq.ll @@ -1,5 +1,5 @@ ; Make sure this testcase codegens to the S4ADDQ instruction -; RUN: llvm-as < %s | llc -march=alpha | grep 'S4ADDQ' +; RUN: llvm-as < %s | llc -march=alpha | grep 's4addq' implementation ; Functions: -- 2.34.1