brintos

brintos / llvm-project-archived public Read only

0
0
Text · 163 B · e3bf0e1 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 %1, { 1, 0 }6}7