Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d3d086d6794e901bde43b1c1a374a4b1d571d7e7
/
.
/
llvm
/
test
/
Regression
/
Assembler
/
2003-05-21-ConstantShiftExpr.ll
blob: 830dd7a1e6a4dad66d1e4ba424059a96575b408d [
file
] [
log
] [
blame
]
; 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
)