diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-04-07 17:47:00 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-04-07 17:47:00 +0000 |
commit | 0b5031abd44cdce6ce82bbe4828fa4f1e50064da (patch) | |
tree | 782757c45b7fe02e94f426249c1842e1e0ec17a1 /test | |
parent | 320174f009f2d32067398326c17b8437a2e35df6 (diff) | |
download | external_llvm-0b5031abd44cdce6ce82bbe4828fa4f1e50064da.zip external_llvm-0b5031abd44cdce6ce82bbe4828fa4f1e50064da.tar.gz external_llvm-0b5031abd44cdce6ce82bbe4828fa4f1e50064da.tar.bz2 |
match case change in codegen
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21141 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/Alpha/s4addq.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/s4addq.ll b/test/CodeGen/Alpha/s4addq.ll index db211a2..92cf5bd 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: |