1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/test/Assembler/2003-05-21-MalformedShiftCrash.ll

6 lines
174 B
LLVM
Raw Normal View History

; Found by inspection of the code
; RUN: not llvm-as < %s > /dev/null 2> %t
; RUN: grep "constexpr requires integer operands" %t
@0 = global i32 ashr (float 1.0, float 2.0)