Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / X86 / fast-cc-merge-stack-adj.ll
blob9cedbbd5ac525aa817d314bc27f52d93c9e80e27
1 ; RUN: llc < %s -mcpu=generic -x86-asm-syntax=intel | FileCheck %s
2 ; CHECK: add esp, 8
4 target triple = "i686-pc-linux-gnu"
6 declare x86_fastcallcc void @func(ptr, i64 inreg)
8 define x86_fastcallcc void @caller(i32, i64) {
9         %X = alloca i32         ; <ptr> [#uses=1]
10         call x86_fastcallcc void @func( ptr %X, i64 inreg 0 )
11         ret void