1; RUN: llc < %s | FileCheck %s 2 3target triple = "i686-unknown-unknown" 4 5define i32 @test(i32 %X) { 6; CHECK-LABEL: test: 7entry: 8 ret i32 %X 9; CHECK-NOT: subl %esp 10} 11