diff options
Diffstat (limited to 'test/CodeGen/Mips/extins.ll')
| -rw-r--r-- | test/CodeGen/Mips/extins.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/extins.ll b/test/CodeGen/Mips/extins.ll index 6604f89b1843..0b327a91bbfd 100644 --- a/test/CodeGen/Mips/extins.ll +++ b/test/CodeGen/Mips/extins.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -march=mips -mcpu=mips32r2 | FileCheck %s -check-prefix=32R2 -; RUN: llc < %s -march=mips -mcpu=mips16 | FileCheck %s -check-prefix=16 +; RUN: llc < %s -march=mips -mattr=mips16 | FileCheck %s -check-prefix=16 define i32 @ext0_5_9(i32 %s, i32 %pos, i32 %sz) nounwind readnone { entry: |
