brintos

brintos / llvm-project-archived public Read only

0
0
Text · 165 B · aa68ade Raw
11 lines · plain
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