brintos

brintos / llvm-project-archived public Read only

0
0
Text · 288 B · 0ad92ad 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]]:20: expected a machine operand16    $eax = XOR32rr =17    RET64 $eax18...19 20