view test/MC/Mips/cpsetup-bad.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 afa8332a0e37
line wrap: on
line source

# RUN: not llvm-mc %s -triple mips64-unknown-unknown 2>%t1
# RUN:   FileCheck %s < %t1 -check-prefix=ASM

        .text
        .option pic2
t1:
        .cpsetup $bar, 8, __cerror
# ASM: :[[@LINE-1]]:18: error: expected register containing function address
        .cpsetup $33, 8, __cerror
# ASM: :[[@LINE-1]]:18: error: invalid register
        .cpsetup $31, foo, __cerror
# ASM: :[[@LINE-1]]:23: error: expected save register or stack offset
        .cpsetup $31, $32, __cerror
# ASM: :[[@LINE-1]]:23: error: invalid register