Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c0f376dba2b51aacf06cfefbc1c46120bb8b725d
/
.
/
test
/
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
)