Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / Mips / init-order-bug.ll
blob22e1a0ccdcba5c73424247ebdb84b968ca3cb653
1 ; RUN: llc -mtriple=mipsel-linux-gnu -relocation-model=pic -filetype=asm < %s | \
2 ; RUN:     llvm-mc -triple=mipsel-linux-gnu --position-independent -filetype=obj | \
3 ; RUN:     llvm-objdump --no-print-imm-hex -d - | FileCheck %s
4 ; RUN: llc -mtriple=mipsel-linux-gnu -relocation-model=pic -filetype=obj < %s | \
5 ; RUN:     llvm-objdump --no-print-imm-hex -d - | FileCheck %s
7 define void @foo() {
8   call void asm sideeffect "\09.cprestore 512", "~{$1}"()
9   ret void
12 ; CHECK: sw $gp, 512($sp)