llvm-6502/test/Assembler/2003-05-21-ConstantShiftExpr.ll
2006-12-02 20:34:08 +00:00

6 lines
154 B
LLVM

; 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)