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