Mercurial > hg > CbC > CbC_llvm
view test/MC/Mips/llvm-mc-fixup-endianness.s @ 111:3e4d254d74d9
resolve some warnings
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 02 Feb 2016 19:38:53 +0900 |
parents | 54457678186b |
children |
line wrap: on
line source
# RUN: llvm-mc -show-encoding -mcpu=mips32 -triple mips-unknown-unknown %s | FileCheck -check-prefix=BE %s # RUN: llvm-mc -show-encoding -mcpu=mips32 -triple mipsel-unknown-unknown %s | FileCheck -check-prefix=LE %s # .text b foo # BE: b foo # encoding: [0x10,0x00,A,A] # LE: b foo # encoding: [A,A,0x00,0x10]