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