[LLVMdev] UnitTests/2002-05-19-DivTest.c
Vladimir Prus
ghost at cs.msu.su
Thu Jul 8 08:33:01 PDT 2004
Alkis Evlogimenos wrote:
> > But the test still has a problem ;-)
> >
> > printf("%ld\n", Arg / (1LL << 4));
> >
> > Again, the passed value is long long, and format specifier is '%ld'. What
> > about the attached patch?
>
> I think testL has another problem. It takes a long argument which in C I
> think is a 4-byte int, right?
Yes, but I don't understand what follows. I though conversion from 4 to 8
bytes is part of what this test is about.......
- Volodya
More information about the llvm-dev
mailing list