diff options
Diffstat (limited to 'llvm/test/MC/Mips/mips32r2/invalid-dsp.s')
| -rw-r--r-- | llvm/test/MC/Mips/mips32r2/invalid-dsp.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/Mips/mips32r2/invalid-dsp.s b/llvm/test/MC/Mips/mips32r2/invalid-dsp.s index 66e5f63129a..2314d39e812 100644 --- a/llvm/test/MC/Mips/mips32r2/invalid-dsp.s +++ b/llvm/test/MC/Mips/mips32r2/invalid-dsp.s @@ -77,7 +77,7 @@ precrq_rs.ph.w $a1,$k0,$a3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled precrqu_s.qb.ph $zero,$gp,$s5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled raddu.w.qb $25,$s3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled - repl.ph $at,-307 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled + repl.ph $at,307 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled replv.ph $v1,$s7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled replv.qb $25,$12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled shilo $ac1,26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled |

