Mercurial > hg > CbC > CbC_llvm
view test/MC/AVR/inst-bld.s @ 129:9ec641e857f8
Fix compile error to update llvm 5.0
author | mir3636 |
---|---|
date | Tue, 12 Dec 2017 19:42:58 +0900 |
parents | 1172e4bd9c6f |
children |
line wrap: on
line source
; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s foo: bld r3, 5 bld r1, 1 bld r0, 0 bld r7, 2 ; CHECK: bld r3, 5 ; encoding: [0x35,0xf8] ; CHECK: bld r1, 1 ; encoding: [0x11,0xf8] ; CHECK: bld r0, 0 ; encoding: [0x00,0xf8] ; CHECK: bld r7, 2 ; encoding: [0x72,0xf8]