<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I missed two files from the LLVM source code 
proper. These need reviewing and commiting. They are trivial changes that should 
not influence any other builds. Basically these functions are missing a return 
statement which Visual Studio 2005 Beta flags as an error rather than as a 
warning. I have put in dummy constructors in return statements to allow CodeGen 
and Target libraries to build.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The files :-</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>
<DIV><FONT face=Arial size=2>    </FONT><FONT face=Arial 
size=2>\llvm\lib\codegen\selectiondag\selectiondagisel.cpp</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>        
llvm::TargetLowering::LowerVAStart</FONT></DIV>
<DIV><FONT face=Arial size=2>        
llvm::TargetLowering::LowerVAArgNext</FONT></DIV>
<DIV><FONT face=Arial size=2>        
llvm::TargetLowering::LowerOperation</FONT></DIV>
<DIV><FONT face=Arial size=2>    
<DIV><FONT face=Arial size=2>    
\llvm\lib\target\targetframeinfo.cpp</FONT></DIV>
<DIV> </DIV>
<DIV>        
llvm::TargetFrameInfo::adjustAlignment</DIV>
<DIV>        
llvm::TargetFrameInfo::getIncomingArgOffset</DIV>
<DIV>        
llvm::TargetFrameInfo::getOutgoingArgOffset</DIV>
<DIV>        
llvm::TargetFrameInfo::getFirstAutomaticVarOffset</DIV>
<DIV>        
llvm::TargetFrameInfo::getRegSpillAreaOffset</DIV>
<DIV>        
llvm::TargetFrameInfo::getTmpAreaOffset</DIV>
<DIV>        
llvm::TargetFrameInfo::getDynamicAreaOffset</DIV>
<DIV> </DIV>
<DIV>Note I have not commited anything to CVS.</DIV>
<DIV> </DIV>
<DIV>Aaron</DIV>
<DIV> </DIV></FONT></DIV></DIV></BODY></HTML>