brintos

brintos / llvm-project-archived public Read only

0
0
Text · 247 B · 72444b3 Raw
8 lines · plain
1; RUN: llc < %s -mtriple=i686-unknown-linux -tailcallopt | FileCheck %s2define fastcc { ptr, ptr} @init({ ptr, ptr}, i32) {3entry:4      %2 = tail call fastcc { ptr, ptr } @init({ ptr, ptr} %0, i32 %1)5      ret { ptr, ptr} %26; CHECK: jmp init7}8