[LLVMdev] Compile error in InstrSelectionSupport.cpp

Casey Carter ccarter at cs.uiuc.edu
Tue Sep 17 09:51:00 PDT 2002


ISSUE: line 474 of InstrSelectionSupport.cpp is a conditional expression 
of the form (<expr> ? (ConstantSInt*) : (ConstantUInt*)), which is an 
unholy mixture of pointer types.

ACTION: Apply static_cast<Value*> to the two pointers, as the source 
intends.

-- 
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020917/40ca0845/attachment.ksh>


More information about the llvm-dev mailing list