brintos

brintos / llvm-project-archived public Read only

0
0
Text · 184 B · 1ddb674 Raw
7 lines · plain
1; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s2 3; CHECK: the range represent the empty set but limits aren't 0!4define void @range_empty(i8 range(i8 1, 1) %a) {5  ret void6}7