mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
2fe61562a2
Summary: Use 0 as the default immediate for the UNIMP instruction. This matches the behavior in gas. Reviewers: jyknight, venkatra Subscribers: fedor.sergeev, jrtc27, llvm-commits Differential Revision: https://reviews.llvm.org/D51526 llvm-svn: 343203
9 lines
278 B
ArmAsm
9 lines
278 B
ArmAsm
! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s
|
|
! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s
|
|
|
|
! CHECK: unimp 0 ! encoding: [0x00,0x00,0x00,0x00]
|
|
unimp
|
|
|
|
! CHECK: unimp 0 ! encoding: [0x00,0x00,0x00,0x00]
|
|
unimp 0
|