summaryrefslogtreecommitdiff
path: root/test/Assembler/2003-05-21-ConstantShiftExpr.ll
blob: 42331d398dedc44ffbda19728cd9bbecac6e1fb8 (plain)
1
2
3
4
5
; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f

; Test that shift instructions can be used in constant expressions.

global int shl (int 7, ubyte 19)