1# RUN: llvm-mc -triple powerpc-unknown-unknown --show-encoding %s | FileCheck %s
2
3# Check that large immediates in 32bit mode are accepted.
4
5# CHECK: ba -33554432 # encoding: [0x4a,0x00,0x00,0x02]
6         ba 0xfe000000
7