mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
5 lines
159 B
LLVM
5 lines
159 B
LLVM
|
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
|
||
|
|
||
|
; CHECK: 'vscale_range' minimum cannot be greater than maximum
|
||
|
declare i8* @b(i32*) vscale_range(8, 1)
|