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