2003-05-21 17:46:02 +00:00
|
|
|
; Found by inspection of the code
|
2012-07-02 12:23:19 +00:00
|
|
|
; RUN: not llvm-as < %s > /dev/null 2> %t
|
|
|
|
; RUN: grep "constexpr requires integer operands" %t
|
2003-05-21 17:46:02 +00:00
|
|
|
|
2007-02-02 02:16:23 +00:00
|
|
|
global i32 ashr (float 1.0, float 2.0)
|