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

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

global int shl (int 7, ubyte 19)