Modified cast so that it converts the int to a long before casting to
authorJohn Criswell <criswell@uiuc.edu>
Fri, 12 Dec 2003 19:57:48 +0000 (19:57 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Fri, 12 Dec 2003 19:57:48 +0000 (19:57 +0000)
commit52b62de10063a15dfbcfb8b61504df826c76e03c
treeebfa41a97b9e3b67945949408bcb2c861569cc2a
parentbb1bad58d4092f1daa289950041a1c31e48c44bd
Modified cast so that it converts the int to a long before casting to
a pointer.  This evades a warning emitted by GCC when we cast from
unsigned int (32 bit) to void * (64 bit) on SparcV9.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10435 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86CodeEmitter.cpp