21 lines · plain
1# RUN: not llc -mtriple=x86_64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s2 3--- |4 5 define i32 @test(i32 %a) {6 body:7 ret i32 %a8 }9 10...11---12name: test13body: |14 bb.0.body:15 ; CHECK: [[@LINE+1]]:14: expected a named register16 liveins: %017 18 $eax = COPY $edi19 RET64 $eax20...21