Mercurial > hg > CbC > CbC_llvm
view test/MC/Mips/mips4/invalid-mips32.s @ 85:5e5d649e25d2
Update LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 19 Feb 2015 15:19:25 +0900 |
parents | 54457678186b |
children | 1172e4bd9c6f |
line wrap: on
line source
# Instructions that are invalid # # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips4 \ # RUN: 2>%t1 # RUN: FileCheck %s < %t1 .set noat sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled