Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
6a38ec3796ec8f79cfec55defdc5913ce15ff70a
/
.
/
test
/
Assembler
/
2003-05-21-ConstantShiftExpr.ll
blob: 42331d398dedc44ffbda19728cd9bbecac6e1fb8 [
file
] [
log
] [
blame
]
Dan Gohman
f17a25c
2007-07-18 16:29:46 +0000
[
diff
] [
blame
]
1
; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
2
3
; Test that shift instructions can be used in constant expressions.
4
5
global
int
shl
(
int
7
,
ubyte
19
)