1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/test/Assembler/2003-05-21-MalformedShiftCrash.ll

5 lines
174 B
LLVM
Raw Normal View History

; Found by inspection of the code
; RUN: not llvm-as < %s > /dev/null |& grep {constexpr requires integer or integer vector operands}
global i32 ashr (float 1.0, float 2.0)