Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
7d9e36100672b722b01c73fbb98ce2b6579dda3f
/
.
/
test
/
CodeGen
/
X86
/
2009-01-31-BigShift.ll
blob: 360b4f0e46bfec605f8cfcc26049e743bfe59ba8 [
file
] [
log
] [
blame
]
Duncan Sands
7d9e361
2009-01-31 15:50:11 +0000
[
diff
] [
blame^
]
1
; RUN: llvm-as < %s | llc -march=x86 | not grep and
2
; PR3401
3
4
define
void
@x
(
i288
%i
)
nounwind
{
5
call
void
@add
(
i288
%i
)
6
ret
void
7
}
8
9
declare
void
@add
(
i288
)