aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Mips/mips-expansions-bad.s
blob: a137deb8d1721e377d53c7a8936003a69771c249 (plain)
1
2
3
4
5
6
# RUN: not llvm-mc %s -arch=mips -mcpu=mips32r2 2>%t1
# RUN: FileCheck %s < %t1

        .text
        li $5, 0x100000000 # CHECK: :[[@LINE]]:9: error: instruction requires a CPU feature not currently enabled
        dli $5, 1 # CHECK: :[[@LINE]]:9: error: instruction requires a CPU feature not currently enabled