1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-25 03:30:37 +00:00
llvm-6502/test/Assembler/2003-05-21-ConstantShiftExpr.ll

6 lines
139 B
LLVM
Raw Normal View History

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