brintos

brintos / llvm-project-archived public Read only

0
0
Text · 165 B · c682fbe Raw
7 lines · plain
1; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s2; CHECK: error: value has no uses3define void @foo() {4  unreachable5  uselistorder i32 %val, { 1, 0 }6}7