diff options
Diffstat (limited to 'test/CodeGen/Mips/dsp-patterns.ll')
| -rw-r--r-- | test/CodeGen/Mips/dsp-patterns.ll | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/test/CodeGen/Mips/dsp-patterns.ll b/test/CodeGen/Mips/dsp-patterns.ll index 837c0d8bfc52b..250d3eff37dc5 100644 --- a/test/CodeGen/Mips/dsp-patterns.ll +++ b/test/CodeGen/Mips/dsp-patterns.ll @@ -1,5 +1,5 @@ -; RUN: llc -march=mips -mattr=dsp < %s | FileCheck %s -check-prefix=R1 -; RUN: llc -march=mips -mattr=dspr2 < %s | FileCheck %s -check-prefix=R2 +; RUN: llc -march=mips -mcpu=mips32r2 -mattr=dsp < %s | FileCheck %s -check-prefix=R1 +; RUN: llc -march=mips -mcpu=mips32r2 -mattr=dspr2 < %s | FileCheck %s -check-prefix=R2  ; R1-LABEL: test_lbux:  ; R1: lbux ${{[0-9]+}} | 
