blob: 42331d398dedc44ffbda19728cd9bbecac6e1fb8 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
2
3; Test that shift instructions can be used in constant expressions.
4
5global int shl (int 7, ubyte 19)