brintos

brintos / llvm-project-archived public Read only

0
0
Text · 317 B · 82ea21d Raw
20 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 @foo() {6  entry:7    ret i32 08  }9 10...11---12name:            foo13body: |14  bb.0.entry:15    ; CHECK: [[@LINE+1]]:25: expected ',' before the next machine operand16    $eax = XOR32rr $eax $eflags17    RET64 $eax18...19 20