Sign in
llvm
/
llvm
/
581b638b1686c57586b44424d1a1fb0649315ce5
/
.
/
test
/
CodeGen
/
X86
/
2009-01-31-BigShift.ll
blob: 158839743d79635000bbd5938f9837141458d06a [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=i686-- | not grep and
; PR3401
define
void
@x
(
i288
%i
)
nounwind
{
call
void
@add
(
i288
%i
)
ret
void
}
declare
void
@add
(
i288
)